28 lines
746 B
Markdown
28 lines
746 B
Markdown
|
# 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
|
||
|
- [ ] overlay to extend with needed info like private keys, urls, ...
|
||
|
- [ ] cache layer for users
|
||
|
- [ ] 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
|