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

My Portfolio Dashboards #313

Merged
merged 48 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
8f2152d
add user portfolio module
rmroot Sep 26, 2024
9c2afd0
Merge branch 'issue-214' into issue-214-portfolio
rmroot Sep 26, 2024
8ab5563
start adding portfolio content
rmroot Sep 26, 2024
ff76368
merge latest from develop
rmroot Oct 3, 2024
b242875
Merge branch 'develop' into issue-214-portfolio
rmroot Oct 3, 2024
5dfa913
updates
rmroot Oct 3, 2024
849c246
Merge branch 'develop' into issue-214-portfolio
rmroot Nov 6, 2024
2bf1218
added company, facility and assessment accordion lists to portfolio
rmroot Nov 6, 2024
d5aa9a2
add pagnation to visit table
rmroot Nov 6, 2024
74a2169
delete old dashboard and add new componet for company
rmroot Nov 6, 2024
82f4095
initial navigation between portfolio dashboards and deleted old unuse…
rmroot Nov 7, 2024
44425a6
updated navigation buttons
rmroot Nov 7, 2024
4127eae
add tabs to company dashboard
rmroot Nov 7, 2024
6a53f04
breakup routes and add company dashboard components
rmroot Nov 7, 2024
873c264
add routing and components for facility dashboard
rmroot Nov 7, 2024
c0c1960
setup assessment dashboard routing
rmroot Nov 7, 2024
61b04da
move assessment forms to shared module
rmroot Nov 8, 2024
2d62a2d
merge changes from develop
rmroot Nov 8, 2024
08db626
assessment details working in dashboard
rmroot Nov 8, 2024
2ce372c
updates reports and ee opps pages in assessment dashboard
rmroot Nov 8, 2024
5dc9a0e
add company settings to dashboard using shared form
rmroot Nov 11, 2024
a8ab498
add kpi details forms to company dashboard
rmroot Nov 11, 2024
91cec2b
update kpi list select and add to company dashboard
rmroot Nov 11, 2024
7677d46
company contacts page added to dashboard
rmroot Nov 11, 2024
4911f21
clean up portfolio list items
rmroot Nov 11, 2024
8b78463
update company management page with copy/delete buttons
rmroot Nov 11, 2024
7e93cae
update facility settings forms
rmroot Nov 11, 2024
b2f48ba
code cleanup
rmroot Nov 11, 2024
58e8d2d
update to energy opps page in assessment dashboard
rmroot Nov 12, 2024
239d910
update energy opps forms and fix router sub bug
rmroot Nov 12, 2024
30ba8b9
add nebs form to assessment nebs tab
rmroot Nov 12, 2024
3003d99
update contact and add system inventory to facility dashboard
rmroot Nov 12, 2024
05c5eea
add end use inventory to facility dashboard
rmroot Nov 12, 2024
23c1709
updates to tab styles
rmroot Nov 12, 2024
95bf554
updated contacts form validation
rmroot Nov 12, 2024
187618e
add new buttons to lists
rmroot Nov 13, 2024
b8f5802
merge latest from dev
rmroot Nov 13, 2024
ef8a6af
update nav buttons to use same style
rmroot Nov 13, 2024
e975b75
updated stakeholder page with summary table
rmroot Nov 13, 2024
5caaf05
update industrial system inventory summary
rmroot Nov 13, 2024
608656a
update end use inventory tab
rmroot Nov 13, 2024
578b037
update energy opportunities page in dashboard
rmroot Nov 13, 2024
3df6988
update nebs tab in assessment dashboard
rmroot Nov 13, 2024
7ba9e49
fixes to deleting nebs
rmroot Nov 13, 2024
4a236e9
add links to table
rmroot Nov 13, 2024
d8a71b2
all tests passing
rmroot Nov 14, 2024
ca8b951
fix typo on warning modal
rmroot Nov 19, 2024
85f5582
update button label on select kpi page
rmroot Nov 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"src/assets/styles/forms.css",
"src/assets/styles/sidebar.css",
"src/assets/styles/report.css",
"src/assets/styles/helpText.css"
"src/assets/styles/helpText.css",
"src/assets/styles/dashboards.css"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.js",
Expand Down
319 changes: 0 additions & 319 deletions src/app/app-routing.module.ts

This file was deleted.

Loading
Loading