Could be an additional parameter when initialising the connection to the sbot
Pagination
Add pagination support to social lists (friends, follows, blocks) etc.
Private message reading
Add RPC method for decrypting private messages
Connection manager
Explore improvements to the way we handle connections
Develop a better understanding of streams and how to handle them in the context of MUXRPC
How to gracefully close a connection?
How to use a single connection for multiple calls?
And in terms of documentation / knowledge sharing:
Develop application creation tutorials
Written tutorials
Video tutorials
Host an informal chat session for interested peers
@notplants
Let's use this issue to plan the next steps for golgi and chat about division of tasks.
Here's a list of features / improvements I came up with this morning:
- Blobs
- Add RPC methods for `get`, `add`, `rm`, `ls`, `has`, `size`, `want` and `createWants`
- ssb-names
- Add RPC methods for `get`, `getImageFor` and `getSignifier`
- Documented [here](https://git.coopcloud.tech/golgi-ssb/golgi/issues/35)
- Pub address
- Add a convenience method to publish a pub address
- Documented [here](https://git.coopcloud.tech/golgi-ssb/golgi/issues/22)
- Patchwork config
- Load the secret from `~/.ssb`
- Could be an additional parameter when initialising the connection to the sbot
- Pagination
- Add pagination support to social lists (friends, follows, blocks) etc.
- Private message reading
- Add RPC method for decrypting private messages
- Connection manager
- Explore improvements to the way we handle connections
- Develop a better understanding of streams and how to handle them in the context of MUXRPC
- How to gracefully close a connection?
- How to use a single connection for multiple calls?
And in terms of documentation / knowledge sharing:
- Develop application creation tutorials
- Written tutorials
- Video tutorials
- Host an informal chat session for interested peers
In terms of division of tasks, there are several features in the above list which will require additions to both Kuska and golgi. That offers a way to separate the work. We could also choose individual features to work on. Tutorials are pretty simple to allocate to an individual; we could also help one another by reviewing drafts and code.
In terms of division of tasks, there are several features in the above list which will require additions to both Kuska and golgi. That offers a way to separate the work. We could also choose individual features to work on. Tutorials are pretty simple to allocate to an individual; we could also help one another by reviewing drafts and code.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
@notplants
Let's use this issue to plan the next steps for golgi and chat about division of tasks.
Here's a list of features / improvements I came up with this morning:
get,add,rm,ls,has,size,wantandcreateWantsget,getImageForandgetSignifier~/.ssbAnd in terms of documentation / knowledge sharing:
In terms of division of tasks, there are several features in the above list which will require additions to both Kuska and golgi. That offers a way to separate the work. We could also choose individual features to work on. Tutorials are pretty simple to allocate to an individual; we could also help one another by reviewing drafts and code.