Skip to content

Commit

Permalink
[update] : progress roadamps/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
aallali committed May 27, 2024
1 parent ec0b3d4 commit 66a2a63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions roadmaps/version1.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ $>
- [x] Create a basic CLI for inserting and retrieving data.

4. **Persistence**:
- [ ] Implement simple file-based persistence to save and load key-value pairs.
- [ ] Define a method to save the key-value pairs to a file.
- [ ] Define a method to load key-value pairs from a file at startup.
- [x] Implement simple file-based persistence to save and load key-value pairs.
- [x] Define a method to save the key-value pairs to a file.
- [x] Define a method to load key-value pairs from a file at startup.
- [ ] Ensure data is loaded from the file on startup and saved on exit.
- [ ] Modify the `main` function to load data at startup.
- [x] Modify the `main` function to load data at startup.
- [ ] Modify the `main` function to save data on exit.
5. **Testing**
- [ ] Write unit tests for CRUD operations and storage functions.
Expand Down

0 comments on commit 66a2a63

Please sign in to comment.