Skip to content

Releases: chiubaca/vue-netlify-fauna-starter-kit

1.0.0 Release 🎉

03 Apr 18:03
c0dcfbe
Compare
Choose a tag to compare

All main features have been implemented

  • authentication
  • basic crud operations
  • optimistic UX
  • simple fun UI

Implemented all CRUD operations

16 Mar 20:53
ff4acb3
Compare
Choose a tag to compare
Pre-release

All CRUD operations are wired up to Fauna with Vue js keyboard interations.

Fully wired up to FaunaDB

05 Jan 17:25
Compare
Choose a tag to compare
Pre-release

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

28 Dec 12:46
Compare
Choose a tag to compare
v0.0.2

refactor: reused code frrom identity-signup

Login via email and Google

21 Dec 21:09
Compare
Choose a tag to compare
Pre-release

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