-
-
Notifications
You must be signed in to change notification settings - Fork 40
Phase 1 of remove assigned pages #395
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
Conversation
|
Also forgot to reference the issue/made this a real PR instead of a draft so am doing everything wrong this morning apparently. |
Mr0grog
left a comment
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.
I think it might be helpful to keep this change a bit simpler and focus only on the first two checkboxes from #394:
- Remove nav links
- Remove all the complex data loading logic around asssigned pages in
src/components/web-monitoring-ui.jsx
And don’t worry so much about the env vars, the server bits, or the API service (i.e. src/services/web-monitoring-api.js and src/services/__tests__/web-monitoring-api.test.js). You can come back and do those in a second PR.
I think I should also remove references to
GOOGLE_TASK_SHEET_ID
You could, but if you want to split up the work as suggested above, just leave it for now.
Sounds good, I think I didn't realize how intensive this was going to be until I started looking into it, so will split it up into multiple PRs as you suggested. |
|
We can also pair on it Wednesday night if you want! |
cd35b04 to
939ead4
Compare
2d207d1 to
d5d0b09
Compare
d5d0b09 to
311fd27
Compare
Mr0grog
left a comment
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.
BURN IT ALL DOWN 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥 🔥
|
(That is to say, looks good, less code, ship it 👍) |
I'm at like a 0% confidence level that I killed this correctly, but wanted to throw this up there so I could start getting feedback. I think I should also remove references to
GOOGLE_TASK_SHEET_IDbut wasn't sure so have left it for the time being. Will also do a bunch of spot-checking before I merge this in, of course.