baarkerlounger
f5e4bcdc43
Prettify
4 years ago
Daniel Baark
7b17b38547
WIP: CLDC:680 - Refactor feature specs into smaller units ( #109 )
...
* Refactor feature specs into smaller units
* DRY spec helpers
* Bump Turbo
* Use database ID assignment everywhere we need ID to reduce flakiness
* Update gemfile.lock
* Email is unique
* Selenium deprecation
* Don't need let bang
* Remove the uneeded extra options
* Remove flaky test mitigations that didn't work
* Use lockstep to remove test flakiness
* Dry up condition evaluation
* Spec admin user edit form
* Test income refused derivation
* Set valid incref
* Test Case Log deletion failures
* Test other household member age validations
* Test all reasonable preference validation paths
4 years ago
Matthew Phelan
c3e99f0df9
Your account page - rubocop
4 years ago
Matthew Phelan
b3bbac845b
Check if logged in before accessing
4 years ago
Matthew Phelan
e1214debfb
Account page: able to change name and email address
4 years ago
baarkerlounger
8cac41c494
Net income range soft validation fix
4 years ago
Daniel Baark
50c50806be
Add additional tests ( #108 )
...
* Spec case logs admin table
* Spec admin user admin index
* Dashboard controller panel specs
* Spec panel contents
* Add create specs
* Don't assign non db ids if we don't need them
* Fix specs for new section
* Fix up fields
4 years ago
magicmilo
ee976eea44
change unitletas
4 years ago
magicmilo
a923e14969
change field to correct unitletas
4 years ago
magicmilo
d6c4027dd2
add optional fields
4 years ago
kosiakkatrina
8d0ff38e51
Fix header styling ( #107 )
4 years ago
magicmilo
e6d59173b4
add enums and switch to ints
4 years ago
Daniel Baark
ba51e66a56
Refactor the form parsing and navigation logic into OOP domain objects ( #106 )
...
* OOP form
* Add ADR
* PR commits
4 years ago
MadeTech Dushan
0f7270d611
update from put to patch
...
As per the notice in this documenation:
https://github.com/heartcombo/devise/wiki/How-To:-Allow-users-to-edit-their-password
4 years ago
Matthew Phelan
5b53eded94
update password directing to the right place
4 years ago
Matthew Phelan
3cb305ed04
Edit password page working and added
...
Co-authored-by: Dushan <dushan-madetech@users.noreply.github.com>
4 years ago
Daniel Baark
7babd2cb71
Fix reasonable preference validation ( #105 )
4 years ago
Daniel Baark
aa6fb32710
CLDC-724: Admin Panel requires authentication ( #104 )
...
* Admi Users must sign in to access panel
* Add ADR doc for design decision
* Add AdminUsers dashboard to ActiveAdmin
4 years ago
magicmilo
b1c3cae3be
put rsnvac as array of possibilities dependson
4 years ago
magicmilo
b85a2a3332
change rsnvac enums to correct
4 years ago
magicmilo
c7a63e46b8
change column types
4 years ago
Matthew Phelan
1482b17b5b
Your account page / personal details brochureware
4 years ago
Daniel Baark
f333ed7a35
Add section dependencies ( #103 )
...
* Lock sections until about this log is completed
* Add dependent sections
* Specs
* Fix tests
4 years ago
kosiakkatrina
04a6986827
Change armed forces question ( #101 )
4 years ago
Daniel Baark
f947b0f74e
Check answers should be a single summary list ( #100 )
4 years ago
Daniel Baark
548467561a
Refactor routing ( #98 )
...
* Refactor routing
* Tenant code is now in About This Log
* Invert form definition routing syntax
* Make GDPR acceptance explicit dependency
* Add ReadMe description
* Add ADR for form routing logic
* Update JSON schema
* Add frontend gem repo to readme
* Rubocop
4 years ago
kosiakkatrina
79def05518
Display correct answer/change link for the checkboxes in the checck answers page ( #99 )
4 years ago
Matthew Phelan
3a576ab6c3
Link update
4 years ago
baarkerlounger
1a00e880ce
Add flash banner spec and functionality
4 years ago
baarkerlounger
c607458783
Rubocop
4 years ago
baarkerlounger
b1cf1ea71f
Password reset routing
4 years ago
Kat
04b823ff77
Fix validation name
4 years ago
kosiakkatrina
26e423aaf7
CLDC-700: date validation ( #97 )
...
* Add date validation for mrc date
* validate the rest of the date fields
4 years ago
Daniel Baark
93efd969e5
Form changes and small fixes ( #96 )
...
* Remove tenancy code question
* Rubocop
* Fix spec
* Use Gov component gem header
4 years ago
Daniel Baark
f8f2e464f9
Width layout class ( #94 )
4 years ago
Daniel Baark
b764b42a2e
Bugfixes ( #93 )
...
* Update footer email
* Page validations need to match form page names
* Update specs
4 years ago
Daniel Baark
6f80051c10
CLDC-638: Bulk upload ( #84 )
...
* Add file broswer view
* Read file
* Happy path
* Route constraint
* Some placeholders
* Add more fields
* Inferred vals
* Add some file type error handling
* Spec empty file handling
* Fail silently for now
* Collection route
* Rubocop
* Conventional routes are easier to reason about than constraints
* Remove uneeded fields
* Add a guard clause
* Allow log creation with bad rows.
* Update major repairs field name
* Make route bulk upload singular
* More realistic spec file
* Fix merge conflict resolution
* Set hhemb
4 years ago
Daniel Baark
b787ad803f
CLDC-709: Conditional section status bugfix ( #92 )
...
* Failing spec
* Fix the failing spec
* Fix rake spec
4 years ago
kosiakkatrina
b358a67dde
CLDC-679: Update main tenancy type mappings ( #91 )
...
* Update main tenancy type mappins
* Fix the tests and validations
4 years ago
baarkerlounger
06ac7b8c35
Downcase case log status in tasklist
4 years ago
Daniel Baark
6c4bb79b6a
Bug fixes ( #90 )
...
* Use the correct blue
* Use SASS for hover
* Use govuk frontend classes
* Don't add new stylesheet
4 years ago
Daniel Baark
4c479d4fd3
Bug fixes ( #89 )
...
* Check answers to tasklist
* Fix status display
* Fix case log status
* Update footer
* Update spec
* Fix spec
* Make form pages 2/3 width
* Make spec failures less likely
4 years ago
baarkerlounger
16086503f9
Fix merge conflict
4 years ago
baarkerlounger
ff5c1ddd26
Fix major repairs date
4 years ago
MadeTech Dushan
f0f75dc48f
lint fixes
4 years ago
MadeTech Dushan
701951411e
no password confirmation field in reset password
4 years ago
MadeTech Dushan
07e2c80105
update reset password page and devise config
4 years ago
MadeTech Dushan
d8fdfc520a
added back the rest link to email
4 years ago
MadeTech Dushan
72b8864cdc
add test around protecting emails
4 years ago
MadeTech Dushan
e0242ad1ce
make a step to protect emails
4 years ago