-
Notifications
You must be signed in to change notification settings - Fork 5
/
NOTES
34 lines (24 loc) · 839 Bytes
/
NOTES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/******************************************************************************/
/* TODO */
/******************************************************************************/
>>>v0.x<<<
- Concurrent / multi-device push support
DONE:
>>v0.2<<
- write then rename to prevent corruption on crash
- `local_table` support
>>v0.1<<
- `in_memory` mode
- Add `client` kill
- Add table API to client
- Write Initial Test Suite
+ Integration test with locally running table/store
+ Initial `table` tests
+ Initial `client` tests
+ Initial `store` tests
- Move to session_token / store_token
+ Add Revocation API to table
+ Add Revocation API to client
/******************************************************************************/
/* NOTES(spolu) */
/******************************************************************************/