andymatuschak / orbit

Experimental spaced repetition platform for exploring ideas in memory augmentation and programmable attention
https://withorbit.com
Other
1.71k stars 54 forks source link

Add validation to Database #240

Closed andymatuschak closed 3 years ago

andymatuschak commented 3 years ago

Thanks to @kirkbyo, we validate client data at our API endpoints. But our clients should really validate data locally, too. Otherwise, a buggy script which inserts faulty data into a local Orbit store will leave the store un-syncable.