Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Report Wizard #511

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
5094360
paginated report.ejs
Mar 30, 2020
6b928d3
WIP steps
amritnagi Mar 30, 2020
a9d8e8e
Aligned text
amritnagi Mar 30, 2020
7069ca3
paginate report.ejs
Mar 30, 2020
4bc3fc0
report.ejs
Mar 30, 2020
8b4f901
made breadcrumbs dynamic
Mar 30, 2020
fcd9861
breadcrumbs link if that page is validated
Mar 30, 2020
f65fd8f
restricted breadcrumbs, moved nav buttons
Mar 31, 2020
8bb57ad
removed unused validation function
Mar 31, 2020
77acb6e
simplify validationFunctions
Mar 31, 2020
7caa081
formatted breadcrumb text as translation string
Mar 31, 2020
c0714f4
add toastAlert
zacel Mar 31, 2020
13c9959
Added parseInt to remove error
amritnagi Mar 31, 2020
ac2e737
Added fixes
amritnagi Mar 31, 2020
891c3fd
Fixes and cosmetic tweaks
amritnagi Mar 31, 2020
47b4386
Updated button on confirm-profile
amritnagi Mar 31, 2020
b07aa38
Added indicator for required fields
amritnagi Mar 31, 2020
34b7f03
Updated breadcrumb border
amritnagi Mar 31, 2020
fc2289f
remove symtom/startdate validation
Apr 1, 2020
009b84c
remove isInt validation for zip codes to accept codes with letters
Apr 1, 2020
8cd3f16
rename radioSet function to isRadioButtonSet
Apr 1, 2020
6266d7b
increased breadcrumb text size
Apr 1, 2020
196cef3
moved next and submit buttons ahead of back buttons in the source
Apr 1, 2020
e1320dd
replace const/let, arrow functions, and template literals
Apr 1, 2020
880638a
accesible breadcrumbs
Apr 1, 2020
39c8090
removed green * for required fields
Apr 1, 2020
e13974b
convert toastAlert to one permanent element to be modified each time
Apr 1, 2020
6205e6e
fixed a translation string typo
Apr 1, 2020
a92b6d3
change Go to step 1-5 to Go to step with number moved to html
Apr 2, 2020
6e2f0b6
Add radio has-symptoms, update validation, and hiding symptoms
Apr 2, 2020
471e7fe
Update app/views/pages/report.ejs
zacel Apr 5, 2020
f217baf
Merge remote-tracking branch 'upstream/master' into new-form-conflicts
Apr 13, 2020
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 app/views/pages/confirm-profile.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<% } %>

<p class="my-4">
<input class="inverse button" type="submit" value="<%= __('Proceed') %>" />
<input class="inverse custom-nav-link rounded-full text-base text-white mt-2 font-medium px-5 py-3" type="submit" value="<%= __('Proceed') %>" />
</p>
</form>
</section>
Expand Down
Loading