Conversation
|
did you test this? could you include screenshots |
|
Yes, I did, It worked for mock data |
steeevin88
left a comment
There was a problem hiding this comment.
left a few comments, in general though im confused why we have mock functions? as opposed to testing with actual Clark
i know it'll take a few extra steps to create the account in local Clark, create event, etc... but i'd prefer to be extra and ensure things work
also, i don't think any of this stuff is gated. remember that anything SCEvents related on Clark shouldn't be made public yet... so we need to ensure your new page is gated. (even though technically it's true that accessing this page is hard b/c you'd need access to the gated Events page... we should still be thorough)
steeevin88
left a comment
There was a problem hiding this comment.
besides one more comment this LGTM!
just to make sure, this is gated right? if so feel free to merge
| import { ApiResponse } from './ApiResponses'; | ||
|
|
||
| const SCEVENTS_API_URL = 'http://localhost:8002'; | ||
|
|
|
i think the edit event page isn't gated, let's add this: similar to this: Clark/src/Pages/Events/Events.js Lines 135 to 168 in 60fc7d4 obviously technically the edit page won't be accessible since the main SCEvents page isn't accessible + there will be no events, but we should be cautious regardless |
I changed these:
Before: