Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhumush authored Apr 21, 2024
1 parent da25648 commit 8eff368
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
# Development Plan
## Proof of concept versions (Alpha)

Version 0.5
- [x] Allow for other nostr extensions to work. currently, only Alby is supported.
- [ ] Ensure extensions work on browsers other than Firefox
- [x] Pull profile data from kind 0 and update profile picture: This requires better event handling (retrieving more than 1 event, sorting events by date, and using the latest info for both profile and todo list JSON.
Zaplan.work Version 0.5
- [x] Allow for other nostr extensions to work. currently, only Alby is supported
- [ ] Extend extension support to other browsers (Currently only Firefox is supported)
- [x] Pull profile data from kind 0 and update profile picture: This requires better event handling (retrieving more than 1 event, sorting events by date, and using the latest info for both profile and todo list JSON
- [x] Update the checkbox icon to use the app logo
- [x] We need to create a secondary icon (one for checked and unchecked)
- [ ] Better relay selection or keep for hardcoded for now?
- [ ] Better relay selection (Currently hard-coded)

Version 0.6
Zaplan.work Version 0.6
- [ ] Create a second page for public todo list items not only encrypted, but this also means we need to add event verification.
- [ ] Add a search box to be able to search other npub todo lists
## Upgrade app for a more robust experience (Beta) - This stage requires serious help

Version 0.7
Zaplan.work Version 0.7
- [ ] Overhall the todo list experience completely, splitting todo list items into separate events, using tags to indicate if they are under todo, completed, or archived.
- [ ] Add a zap button to separate todo list items for public todo lists with sats count (The idea here is for developers to share planned features and let users zap to-do list items to indicate their priority and interest in features).
- [ ] Create a nostr nip pull request for the new to-do list events + tags.
- [ ] Allow users to select which relay they would like to publish their events.

Version 0.8
Zaplan.work Version 0.8
- [ ] Create buckets for todo lists, where todo list items will be replies to the buckets. Allowing for a more Trello-like UX.
- [ ] Update nip to reflect this feature.

Version 0.9
Zaplan.work Version 0.9
- [ ] Add more features to to-do list events like Due Date + npub task assignment. (my guess is this is where replaceable events start to shine)
- [ ] Figure out a way to add Todo list collaborators! <- I have no idea how is this even possible

## Todo app becomes a serious Project Planning tool
Version 1.0
Zaplan.work Version 1.0
- [ ] Add Calendar View
- [ ] Add Progress Dashboard

Expand Down

0 comments on commit 8eff368

Please sign in to comment.