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

Add additional Analysis Methods #11994

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
8dd887c
fix some validation that was removing fields, and only add applicable…
gmrabian Jan 2, 2025
f587295
wip analysis methods page
gmrabian Jan 2, 2025
cc8bd87
Merge branch 'main' into cmdct-4115
gmrabian Jan 3, 2025
6d1bdc4
add statusing and ensure data saves
gmrabian Jan 3, 2025
b3c7481
analysis methods without add or delete functionality
britt-mo Jan 3, 2025
db1aef0
add button and new drawer
britt-mo Jan 3, 2025
b4c14e9
remove addEntityDrawerForm
britt-mo Jan 3, 2025
4066870
Merge branch 'main' into cmdct-4115
gmrabian Jan 6, 2025
afe9e41
add tests for naaar report and drawer page
gmrabian Jan 6, 2025
84c85ab
fix typo
JonHolman Jan 6, 2025
1ca1ba7
fix typo
JonHolman Jan 6, 2025
13fd021
avoid retroactive changes to other drawer pages
gmrabian Jan 6, 2025
40916c7
Merge branch 'cmdct-4115' into cmdct-4115-cont
gmrabian Jan 6, 2025
a18b70c
include add analysis method form
gmrabian Jan 6, 2025
0217dfd
const instead of let
gmrabian Jan 6, 2025
718098d
Merge branch 'cmdct-4115' into cmdct-4115-cont
gmrabian Jan 6, 2025
7aa97ac
wip add additional methods
gmrabian Jan 6, 2025
9ca04e0
merge main
gmrabian Jan 6, 2025
b8c502a
the uggo is temporary
gmrabian Jan 7, 2025
aaefe1d
fix button text and styling
gmrabian Jan 7, 2025
018023a
fix statusing and display
gmrabian Jan 7, 2025
4fd7a7d
blob-sweats
gmrabian Jan 7, 2025
936bfd3
pr feedback
gmrabian Jan 7, 2025
d0b9605
minor nits
JonHolman Jan 7, 2025
f69cffa
update display text
gmrabian Jan 8, 2025
83e769d
add tests
gmrabian Jan 8, 2025
bc66812
fix plan display spacing
gmrabian Jan 9, 2025
30900fc
add styling to table header
gmrabian Jan 9, 2025
e5c3e28
move dashboard title styling to frontend
gmrabian Jan 9, 2025
83e2803
design feedback
gmrabian Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/app-api/forms/naaar.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
}
]
},
"dashboardTitle": "Analysis method <br/> Frequency and plan utilization",
"dashboardTitle": "<div style=\"margin-left: 3rem;\">Analysis method <br/> Frequency and plan utilization</div>",
gmrabian marked this conversation as resolved.
Show resolved Hide resolved
"addEntityButtonText": "Add other analysis method",
"deleteEntityButtonAltText": "Delete other analysis method",
"deleteModalTitle": "Are you sure you want to delete this analysis method?",
Expand Down
Loading