You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There has been a lot of learning with current v0 specs. We can keep working our way towards the first stable version. This issue contains a list of detected TODOs that MUST be completed before v1:
Add v1 version on top level /pubky.app/v1/
Add versioning to posts for history of edits, for example /pubky.app/v1/posts/{post_id}/0 would be the first version of the post (notice the final /0). We could encode the version with crockford for shorter URLs in the unlikely case of big versions (e.g articles that become a "wiki" and have many edits).
There has been a lot of learning with current v0 specs. We can keep working our way towards the first stable version. This issue contains a list of detected TODOs that MUST be completed before v1:
/pubky.app/v1/
/pubky.app/v1/posts/{post_id}/0
would be the first version of the post (notice the final/0
). We could encode the version with crockford for shorter URLs in the unlikely case of big versions (e.g articles that become a "wiki" and have many edits).PostEmbed
model and replace with just aString
for the uri. Remove unused fields fromFile
as well.PubkyAppObject
. Consider bringing https://github.com/pubky/pubky-nexus/blob/main/src/events/mod.rs Add uri parser and object importer #15pub
fields and use getters/setters where needed.The text was updated successfully, but these errors were encountered: