2024-07-15 20:46:44 +02:00
|
|
|
# progress tracker
|
|
|
|
## done
|
|
|
|
|
|
|
|
## goals v1.0
|
|
|
|
primary goal is to connect ContentNation via ActivityPub again.
|
|
|
|
|
|
|
|
- [ ] browse the fediverse as a logged in user
|
|
|
|
- [ ] reply to posts
|
|
|
|
- [ ] like posts
|
|
|
|
- [ ] share posts
|
|
|
|
- [ ] comment on CN article via AP
|
|
|
|
- [ ] get notifications on AP if someone interacts with comment
|
|
|
|
|
|
|
|
## roadmap to v1.0
|
|
|
|
- [X] API framework
|
|
|
|
- [X] interfact to connect to existing service
|
2024-07-17 21:45:33 +02:00
|
|
|
- [X] cache layer for users minmal version
|
2024-07-15 20:46:44 +02:00
|
|
|
- [ ] overlay to extend with needed info like private keys, urls, ...
|
2024-07-17 21:45:33 +02:00
|
|
|
- [ ] full cache for users
|
2024-07-15 20:46:44 +02:00
|
|
|
- [ ] webfinger
|
|
|
|
- [ ] discovery endpoints
|
|
|
|
- [ ] ap outbox
|
|
|
|
- [ ] ap inbox
|
|
|
|
- [ ] support for AP profile in service
|
|
|
|
- [ ] support for article
|
|
|
|
- [ ] support for comment
|
|
|
|
- [ ] posting comments from ap to service
|
|
|
|
- [ ] callback from service to add new input
|