The following were done:
- Make it work with a front end example (for RESTful feature).
- Make npm run build work properly.
- Refine methods list.
- Introduce supabase.unsubscribe().
- Clean up BaseRequest.js.
- Clean up BaseChannel.js.
- Implement Helpers.js to introduce uuid().
The following were done:
- Change set data in latest.sql to be consistent with documentation.
- Set up simple frontend to test out @supabase/supabase-js.
- Change docker-compose.yml to allow dockerization of frontend. This however is commented out for now.
The following were done:
- Set up simple Docker instance.
- Set up dockerized instance of PostgreSQL.
- Include dummy tables and data inside said dockerized instance.
- Create a Makefile.
The following were done:
- Begin writing documentation under subscribe.mdx (WIP)
- Refine documentation for get.mdx, patch.mdx and delete.mdx to match the standard of post.mdx
The following were done:
- Complete delete.mdx and patch.mdx.
- (Boyscout) Change one sentence in about.md.
- Reroute internal links due to the restructuring of the library section in the previous commit.
General changes on the following:
- Change data type for parameter of .select function from array to string.
- Restructure library section of documentation to give it a flat structure.
The following were done:
- Create and complete filters.mdx, options.mdx and responses.mdx to document generic RESTful features.
- Edit sidebars.js to accomodate the above-mentioned change.
- Refine documentation format via getting-started.mdx and post.mdx
The following were done:
- Change sidebar configuration to remove redundant documentation.
- Change titles of RESTful .mdx files to better reflect CRUD.
- Comment out (not delete) resources for now as we do not have any content for it at the moment.
- Complete initial documentation for creating rows under the RESTful feature.
- Refine documentation for getting-started.mdx
Change general documentation structure to make it more readable and organised. Further categorise .mdx files to make it clearer as to which feature each file is referring to.