nextcloud / nextcloud/documentation
Database column recommendations
Open
Nobody has claimed this yet.
1. to develop
enhancement
manual: developer
- Dominant language
- JavaScript
- Stars
- 628
- Forks
- 2.5k
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 135
Description
There are common types of db columns that should all have the same types and sizes
- Primary keys
- Timestamps (numeric unix time stamp as number)
- User ID (64 byte varchar)
It would be helpful to have those documented for developers.
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. Find the developer documentation section covering database columns, then document the conventions requested for primary keys, numeric Unix timestamps, and user IDs; done when developers can find and apply those recommendations.
Written by the indexing model from the issue text.
Assessment
- Domain
- databases, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100