baarkerlounger
e2640b58d9
Don't move account route for now
4 years ago
baarkerlounger
df6653e94b
Add user routes
4 years ago
baarkerlounger
b79e2ff237
Add button with wrong link
4 years ago
baarkerlounger
cb184265d6
Except of course they're not the same width
4 years ago
baarkerlounger
c439780f32
Nested layout is nicer
4 years ago
baarkerlounger
0007f59ac8
Match the prototype design
4 years ago
baarkerlounger
bf8b2dba9b
Partials
4 years ago
baarkerlounger
aeab55c457
Add pages and routes to render
4 years ago
baarkerlounger
3df6e536ea
View component init
4 years ago
baarkerlounger
666c599761
Date format
4 years ago
baarkerlounger
819ce05f1b
User is trackable
4 years ago
baarkerlounger
a23bbfdf93
Table rows
4 years ago
baarkerlounger
342d8716de
Users is a table rather than a summary list
4 years ago
baarkerlounger
f1b899bcea
Users
4 years ago
baarkerlounger
4e6e680645
Tabs
4 years ago
baarkerlounger
764eb05916
Use gem component
4 years ago
baarkerlounger
c3ebbfa8f8
Better org seed
4 years ago
baarkerlounger
58d1d5510f
Header
4 years ago
baarkerlounger
41ecad24c4
Add basic info read page
4 years ago
MadeTech Dushan
b1ded73911
Change feature spec to request spec
4 years ago
Paul Robert Lloyd
3804aad4ed
Merge pull request #118 from communitiesuk/formbuilder-fixes
...
Formbuilder fixes
4 years ago
Paul Robert Lloyd
6f3cc781ef
Use govuk_summary_list helper for personal details summary
4 years ago
Paul Robert Lloyd
ccbb942e23
Use GOVUKDesignSystemFormBuilder components for Devise forms
4 years ago
Paul Robert Lloyd
b07de94859
Make GOVUKDesignSystemFormBuilder the default form builder
4 years ago
MadeTech Dushan
27b9ca800d
make tasklist feature spec test a request spec
4 years ago
MadeTech Dushan
7966242d1c
Delete feature spec that is already a request spec
...
Co-authored-by: Daniel Baark <baarkerlounger@users.noreply.github.com>
4 years ago
Daniel Baark
98e61c5746
CLDC-673: Organisation page ( #114 )
...
* Add organisation model and user association
* Add user admin panel
* email
* Update seeds
* Update spec
* Case logs belong to organisations
* Org case log association
* Add user case log association
* User case log helper methods
* Org case log relation helpers
* Case log index page only shows your organisations case logs
* No access to tasklist page for logs that aren't associated with your org
* No access to form pages for case logs that aren't owned or managed by your org
* Check answers access
* Submit form access
* Refactor out not found methods
* Allow user admin update without password
* Update feature specs
* Rubocop
* Update case log specs
* Test admin user update without password
* Spec grammar
4 years ago
Paul Robert Lloyd
fb0f66d705
Merge pull request #117 from communitiesuk/frontend-fixes
...
Frontend fixes
4 years ago
Paul Robert Lloyd
c517172363
Tweak indentation
4 years ago
Paul Robert Lloyd
32184e2f4c
Use smart quotes
4 years ago
Paul Robert Lloyd
ed3b8a710d
Use govuk_back_link helper
4 years ago
Paul Robert Lloyd
69a97d34f4
Use govuk_link_to and govuk_button_link_to helpers
4 years ago
Paul Robert Lloyd
5e1fdab864
Tweak whitespace in application layout
4 years ago
Paul Robert Lloyd
6f53b537e5
Refactor footer
4 years ago
Paul Robert Lloyd
a714145e24
Use govuk_notification_banner helper
4 years ago
Paul Robert Lloyd
a166101deb
Use govuk_phase_banner helper
4 years ago
Paul Robert Lloyd
693234c496
Use govuk_header helper
4 years ago
Paul Robert Lloyd
4bae50cf42
Use govuk_skip_link component
4 years ago
Paul Robert Lloyd
278d79ae91
Fix incorrect markup around phase banner
4 years ago
Paul Robert Lloyd
7bd7bc1aae
Remove multiple header containers
4 years ago
Paul Robert Lloyd
58d48614e8
Merge pull request #116 from communitiesuk/arm-compatibility
...
Ensure compatibility with ARM chipsets and support node-sass
4 years ago
Paul Robert Lloyd
cdf9af37d2
Ensure compatibility with ARM processors
4 years ago
Dushan
9f332bcecd
CLDC-494 key dates validation ( #115 )
...
* Add major repairs dates validation
* Add more key dates validations
* Add remaining validations
Co-authored-by: Dushan <dushan-madetech@users.noreply.github.com>
* Move validation tests from feature to model spec
Co-authored-by: Dushan <dushan-madetech@users.noreply.github.com>
* Fix dates for validation in complete case log fixture
Co-authored-by: Dushan <dushan-madetech@users.noreply.github.com>
* schema fix
* fix all tests 🙌
* lint fixes 😎
* recactor out a conditional method
Co-authored-by: Kat <katrina@madetech.com>
Co-authored-by: Dushan <dushan-madetech@users.noreply.github.com>
4 years ago
Matthew J. Phelan
6101771f37
WIP - Cldc 752/add navigation bar ( #113 )
...
* Navigation bar and specs added
* CLDC-752 - Sign in link added
4 years ago
Daniel Baark
2018813e8f
Run all validations ( #112 )
4 years ago
baarkerlounger
1c0c4813f0
Rubocop
4 years ago
baarkerlounger
1e5236ca4a
Test valid form submit request
4 years ago
baarkerlounger
59bc250ee2
Add test for form page validations
4 years ago
Dushan
a522d1e151
Your account page ( #110 )
...
* Your account page / personal details brochureware
* Edit password page working and added
Co-authored-by: Dushan <dushan-madetech@users.noreply.github.com>
* update password directing to the right place
* 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
* update routes file
* Account page: able to change name and email address
* Check if logged in before accessing
* Your account page - rubocop
* Prettify
* Fix spec for merge
* Remove unused helper
* Use permitted params
Co-authored-by: Matthew Phelan <matthew.phelan@madetech.com>
Co-authored-by: Dushan <dushan-madetech@users.noreply.github.com>
Co-authored-by: baarkerlounger <db@slothlife.xyz>
4 years ago
Matthew J. Phelan
03caaea590
Success banner design ( #111 )
...
* flash message styles added
* sucessful flash test added
4 years ago