Commit 2ce70b0
Implement post edge functions (#348)
* Create posts int test
* Add tests
* Add helper functions
* Make folder structure changes
* Shared func for crud test
* Add post deletion tests and template for update tests
* Add update tests
* Added unfinished getPost and getPosts
* GetPost
* Add update tests
* Add implementing testing and functions for update and delete
* Finalize post tests and implementations
* Serve functions
* Add runtimeSeed and make changes to edge function implementations
---------
Co-authored-by: olicheng <olicheng@student.ubc.ca>
Co-authored-by: Arman Moztarzadeh <armanmoztar@outlook.com>1 parent 2c43cd2 commit 2ce70b0
File tree
14 files changed
+1595
-323
lines changed- server/supabase/functions
- _dev
- posts
- controllers
- tests/posts/integrated
- crud
14 files changed
+1595
-323
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | | - | |
133 | | - | |
134 | 131 | | |
135 | 132 | | |
136 | | - | |
| 133 | + | |
137 | 134 | | |
138 | 135 | | |
139 | 136 | | |
| |||
202 | 199 | | |
203 | 200 | | |
204 | 201 | | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
This file was deleted.
0 commit comments