-
Notifications
You must be signed in to change notification settings - Fork 8
feat/new edit flow monorepo #274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from all commits
0b5dd08
3ec643a
8a67963
d1967d7
c84ee6e
13c3675
39534bd
036083e
e3d4cfb
d9005e4
fc3d18e
f341dbd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -178,3 +178,12 @@ Environment variables are application-specific in this monorepo. The `.env` file | |||||
| - For dev migrations use the `dev_generic` user | ||||||
| - For staging migrations use the `dev_generic` user | ||||||
| - For production migrations use the `f3slackbot` user | ||||||
|
|
||||||
| # WIP | ||||||
|
|
||||||
| - ensure we can't submit with no time and no events for new events | ||||||
| - add tests for approvals in the admin portal | ||||||
| - test image issues | ||||||
| - better text of where we're moving aos and regions | ||||||
| - decide which things you can change region and and which you can't | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fix duplicated wording in WIP bullet. Line 188 has a typo ( Suggested doc fix-- decide which things you can change region and and which you can't
+- decide which things you can change regions for and which you can'tπ Committable suggestion
Suggested change
π€ Prompt for AI Agents |
||||||
| - TODO: Think through AO and location appearance | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug configuration points to the wrong app directory.
At Line 27,
cwdis set toapps/nextjs, but this PRβs app context isapps/map. This launch config will likely fail or target the wrong workspace.Suggested fix
Based on learnings: The
apps/mapdirectory contains the Next.js 15 map UI (port 3000).π Committable suggestion
π€ Prompt for AI Agents