Releases: chiubaca/vue-netlify-fauna-starter-kit
Releases · chiubaca/vue-netlify-fauna-starter-kit
1.0.0 Release 🎉
Implemented all CRUD operations
All CRUD operations are wired up to Fauna with Vue js keyboard interations.
Fully wired up to FaunaDB
The template now inlcludes a bootstrap-db script which sets up fauna db with Journal and Posts collections. New users after signing up can create a Journal and within in the Journal they can create posts.
the bootstrap-db script also creates indexes to help with filtering data. User based permissions are also handled for all users that signup and are guaranted to only see their records within the collection due to way FaunaDB allows for field (per item in a collection) based permissions.
Code improvements to identity serverless functions
v0.0.2 refactor: reused code frrom identity-signup
Login via email and Google
Login via email and Google is working, but the code is a bit of a hot mess.
TODO:
- cleanup console logs
- remove unnessary functions
- add tests