kit-data-manager / kit-data-manager/idoris
Add versioning
Open
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- two modes: 'released' and 'in development'
- when 'released'
- no modifications/deletion allowed
- reference to earlier and next versions
- each version has own PID
- store JSON in Handle record for persistence
- when 'in development'
- @Version for optimistic locking
- modifications possible at no notice
- PID refers to latest version
Contributor guide
No contributing guide indexed for this repository
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
Start by locating the Handle record and the existing persistence and version-related entry points. Map how the two requested modes, version references, PIDs, JSON storage, and optimistic locking would fit together. Done means the released and in-development behaviors are implemented and covered by tests, but the issue does not identify specific files or tests to begin with.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100