-
Notifications
You must be signed in to change notification settings - Fork 10
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
Finish App Router Migration #615
Conversation
lukemun
commented
Oct 30, 2024
- Migrate product page to app router
- Refactor router to use dynamic app router
- Refactor Product Card to clicking to stop click bubbling
- Added new endpoint to query by product id
* * Create app router directory structure * Added pages and root layout * Temp made all components client as 1st migration step * Renamed conflicting pages from pages router to *2 Ran locally and checked all pages load. migrate all linked pages to app router * Create a SC route for products (#602) * Uploaded hardware db to vercel postgres * Created producs-sc page with SC Co-authored-by: Luke Munro <[email protected]> * added vercel tracing target * added vercel tracing target * updated sentry import to nextjs * removed withProfiler from about page * Reconfigure layout (#606) * Migrate layout to server * fix a bunch of crap (#607) * upgrade to next 15 * commented out session storage * commented out crasher * Moved some files and implemented naming conventions * moved some css around to fix styling * more refactor * accidently removed dynamic export * trying to disable vercel cache --------- Co-authored-by: Luke Munro <[email protected]> Co-authored-by: Luca Forstner <[email protected]> Co-authored-by: Aidan Landen <[email protected]> --------- Co-authored-by: Luke Munro <[email protected]> Co-authored-by: Aidan Landen <[email protected]> Co-authored-by: Luca Forstner <[email protected]> Co-authored-by: Aidan Landen <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
Accidentally amended instead of creating a new commit :/ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #615 +/- ##
==========================================
- Coverage 36.30% 36.21% -0.09%
==========================================
Files 37 37
Lines 865 867 +2
Branches 109 111 +2
==========================================
Hits 314 314
- Misses 532 536 +4
+ Partials 19 17 -2
|
3d181c9
to
c75c064
Compare
c75c064
to
b4aa2a9
Compare
b4aa2a9
to
8191dfb
Compare
- Reorganize files - Call the flask backend from server side to show external spans - Remove unused code
8191dfb
to
25d7e04
Compare
- Refactor directory structure to next js standards - Add json.config for navigation - Created server component for checkout with client form that accepts a server action - Configured backend checkout to always throw out of inventory error
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
* Migrate to App Router (#600) * * Create app router directory structure * Added pages and root layout * Temp made all components client as 1st migration step * Renamed conflicting pages from pages router to *2 Ran locally and checked all pages load. migrate all linked pages to app router * Create a SC route for products (#602) * Uploaded hardware db to vercel postgres * Created producs-sc page with SC Co-authored-by: Luke Munro <[email protected]> * added vercel tracing target * added vercel tracing target * updated sentry import to nextjs * removed withProfiler from about page * Reconfigure layout (#606) * Migrate layout to server * fix a bunch of crap (#607) * upgrade to next 15 * commented out session storage * commented out crasher * Moved some files and implemented naming conventions * moved some css around to fix styling * more refactor * accidently removed dynamic export * trying to disable vercel cache --------- Co-authored-by: Luke Munro <[email protected]> Co-authored-by: Luca Forstner <[email protected]> Co-authored-by: Aidan Landen <[email protected]> --------- Co-authored-by: Luke Munro <[email protected]> Co-authored-by: Aidan Landen <[email protected]> Co-authored-by: Luca Forstner <[email protected]> Co-authored-by: Aidan Landen <[email protected]> * Migrate about to app router - Reorganize files - Call the flask backend from server side to show external spans - Remove unused code * Migrate checkout flow to server actions (#617) - Refactor directory structure to next js standards - Add json.config for navigation - Created server component for checkout with client form that accepts a server action - Configured backend checkout to always throw out of inventory error * fixed loader * added logging statement for test * testing sentry sdk * testing sentry sdk * ugraded sdk version * added server action instrumentation --------- Co-authored-by: Luke Munro <[email protected]> Co-authored-by: Aidan Landen <[email protected]> Co-authored-by: Luca Forstner <[email protected]> Co-authored-by: Aidan Landen <[email protected]> Co-authored-by: Aidan Landen <[email protected]>