Skip to content

Commit

Permalink
QR Generation & Storage: Supabase Edge Function [OCF-18] (#10)
Browse files Browse the repository at this point in the history
* Basic supabase queries to add and remove trees

* Complete testing of query functions, change uuid handling of multiple trees

* Add tree info queries & setters for all properties

* Wrote QR generation edge function

---------

Co-authored-by: Aditya Pawar <[email protected]>
Co-authored-by: Aditya Pawar <[email protected]>
Co-authored-by: Chris Torres <[email protected]>
Co-authored-by: Chris Torres <[email protected]>
  • Loading branch information
5 people authored Dec 11, 2024
1 parent fbff3e7 commit 9d73ed5
Show file tree
Hide file tree
Showing 11 changed files with 1,534 additions and 1,055 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 'warn',
'@typescript-eslint/no-shadow': 'error',
},
ignorePatterns: ['src/supabase/functions/'],
settings: {
'import/resolver': {
typescript: {
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ yarn-error.*

# typescript
*.tsbuildinfo

# Supabase
src/supabase/.branches
src/supabase/.temp
src/supabase/.env
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.formatDocument": "explicit"
}
},
"deno.enable": true
}
Loading

0 comments on commit 9d73ed5

Please sign in to comment.