+6
-6
docs/roadmap.md
+6
-6
docs/roadmap.md
···
4
5
|ATProto specs|Implemention status|
6
|:-|:-|
7
-
|Data Model|~~`data` Almost Done, lacking tests~~ Maybe we should recreate it using decorators|
8
|Lexicon||
9
|Cryptography||
10
|Accounts||
11
|Repository||
12
-
|Blobs|*(I'm not there yet, however it shows in the Data Model part)*|
13
|Labels||
14
|HTTP API||
15
|OAuth||
16
|Event Stream||
17
|Sync||
18
-
|DID|`did` ~~Only implements data model part. Still looking for an alive DID implement.~~ Almost done!|
19
-
|Handle|`handle` Almost done!|
20
-
|NSID|`nsid` Almost done!|
21
|TID|`tid` Almost done|
22
|Record Key|`recordKey` Almost done!|
23
-
|URI Scheme|`uri` General URI scheme, and `uri.restricted` for restricted one for Lexicons|
···
4
5
|ATProto specs|Implemention status|
6
|:-|:-|
7
+
|Data Model|**Will be rewritten**|
8
|Lexicon||
9
|Cryptography||
10
|Accounts||
11
|Repository||
12
+
|Blobs||
13
|Labels||
14
|HTTP API||
15
|OAuth||
16
|Event Stream||
17
|Sync||
18
+
|DID|`did` Almost done|
19
+
|Handle|`handle` Almost done|
20
+
|NSID|`nsid` Almost done|
21
|TID|`tid` Almost done|
22
|Record Key|`recordKey` Almost done!|
23
+
|URI Scheme|`uri` General URI scheme, and `uri.restricted` for restricted one for Lexicons. Almost done|