nextcloud / nextcloud/registration
Make "registered" a datetime column
Open
Nobody has claimed this yet.
1. to develop
bug
feature: api 🛠️
technical debt
- Dominant language
- JavaScript
- Stars
- 147
- Forks
- 83
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 9
Description
Currently it's a string column filled with the datetime as a string, preventing sorting and date comparison on database level, e.g. for #250
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named in the issue. Start by tracing where the registration date is stored and how existing string values are migrated; done means the column is a datetime and database-level sorting and comparison work without losing existing dates.
Written by the indexing model from the issue text.
Assessment
- Domain
- database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100