Code-4-Community / Code-4-Community/bcan
[JAN-10] Action synchronization
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Make sure edits that happen at the same time don't overwrite one another when writing to DynamoDB.
Those with distributed system knowledge should take this.
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 TypeScript path that writes actions to DynamoDB and understanding how simultaneous edits are currently handled. Done means concurrent edits no longer overwrite one another; the issue provides no named files or tests, so the required synchronization design must first be established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- databases, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100