Skip to content
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

set up route placeholders, /cases, /casesummary #127

Merged
merged 2 commits into from
Dec 27, 2023

Conversation

jkoren
Copy link
Collaborator

@jkoren jkoren commented Dec 27, 2023

This PR builds on the routes PR 125.

  • The case summary now displays with a /casesummary route and not on every page.
  • The default route / goes to a placeholder home page for the app, which for the moment has a list of routes.
  • The /cases route still goes to a placeholder list of cases

A new /routes/_heat+ directory was created to hold .tsx files for all new routes created for the HEAT calculator. The default index.tsx page was also moved here.

@thadk
Copy link
Member

thadk commented Dec 27, 2023

With git push origin setting-up-route-placeholders:dev, particularly pushing to the special dev branch (welcome to force push if you need to), I deployed this to https://heat-stack-staging.fly.dev/ for checking. LGTM so far.

@thadk thadk merged commit d8c5553 into main Dec 27, 2023
20 checks passed
@thadk thadk deleted the setting-up-route-placeholders branch December 27, 2023 04:49
@jkoren jkoren added the heat-app-js Issues related to the HEAT app frontend label Dec 28, 2023
AdamFinkle pushed a commit to AdamFinkle/home-energy-analysis-tool that referenced this pull request May 22, 2024
* set up route placeholders, /cases, /casesummary

* created a directory to hold HEAT UI components and moved Case Summary components to that directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
heat-app-js Issues related to the HEAT app frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants