add fields starttime and endtime to user model class (v.5.5.2)
@format-gmbh can you explain, why we need these fields? I do not see a usecase.
In my project the accounts are time limited. Start and end of the duration should be displayed to the user in his profile in the frontend.
Then I'd recommend to extend the user in a separate extension with these fields. In femanager it would be mostly unused code for most users.
If you look e.g. at GitHub or Twitter profiles. A "member since" functionality makes sense :smiley:
@Patta But that data is neither in starttime nor in endtime. 😉
Considering this already was some time ago, I assume you already were able to extend femanager fields in the project itself.
There is no use case of providing start/end date of users in femanager directly, as to why we recommend extending femanager yourself to get the provided functionality. An example extension on how femanager can be extended can be found at https://github.com/in2code-de/femanagerextended.