kit-data-manager / kit-data-manager/idoris

Add versioning

Open
#8 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.