Viva-con-Agua / pool-backend

User service for handling user and crew relations
0 stars 0 forks source link

Profile - Birthdate #172

Open deinelieblings opened 3 months ago

deinelieblings commented 3 months ago

The date of birth of a user must also be stored as a DateString birthdate_datetime. If no date has been specified, this string should be empty models/profile. This allows us to better sort and filter by date of birth.

To set birthdate_datetime for the existing profiles, an update must be carried out. dao/updates

The filters and sorting for users must be extended by birthdate_datetime. models/user

Wekan

deinelieblings commented 3 weeks ago

It is really enough to simply change the sorting in the database. commit