natdeanlewissoftwire
c862423adf
CLDC-1864 single log numbering ( #1381 )
...
* feat: add initial question number behaviour
* feat: add initial CYA behaviour
* feat: number sales setup section
* refactor: lint
* feat: property information numbering
* feat: household characteristics section and typo fix
* feat: household characteristics numbering
* feat: household situation numbering
* feat: other household info numbering
* feat: income, benefits and outgoings numbering
* feat: shared ownership scheme numbering
* feat: shared, discount and outright numbering
* feat: fix income duplication bug, add numbers to other questions
* feat: typo fix
* feat: add lettings setup numbering
* feat: add property info numbering
* feat: add household char numbering
* feat: add household needs numbering
* feat: add household situ numbering
* feat: add income numbering
* feat: update tests
* refactor: cleanup and disable on 2022 and before logs
* feat: add test for q numbers in 23/24 year only
* refactor: highlight multiplication in brackets
* feat: show rent and charge questions individually on cya
* feat: number new previous tenure q
* feat: delete old prevten file
* feat: update card numbers after merge
* feat: add q60 ands 61 sales
* refactor: delete empty files
---------
Co-authored-by: Kat <katrina@kosiak.co.uk>
2 years ago
kosiakkatrina
c339ffda1f
Cleanup the form ( #1166 )
...
* Remove empty descriptions from pages
* remove empty headers from pages
* Remove redundant subsection assignment from pages
* Remove redundant page assignement from questions
* Remove redundant section assignment from subsections
* Remove redundant form assignments from sections
* Remove empty hint texts from questions
* lint
2 years ago
James Rose
d3075e4e43
Revert to f4e6d6d6bb
( #887 )
2 years ago
natdeanlewissoftwire
f162f880ae
Revert "Merge remote-tracking branch 'origin/main' into CLDC-1429-output-la-code"
...
This reverts commit 626e2bd1a6
, reversing
changes made to f86e13cea7
.
2 years ago
baarkerlounger
1664493287
Refactor form namespacing ( #873 )
...
* Refactor form namespacing
* Extract common questions
2 years ago
Dushan
67ce147fc9
Extract base log and create sales log ( #858 )
...
* Add abstract log class and sales log class
Created a parent log class for sales log and lettings log. Any bits common
to both sales and lettings can live in the parent class. As the sales log
functionality is built up any commonalities with lettings log can be extracted
into the parent log class. The sales log model is set up without a json form
and instead the form is defined in code - like the setup section of the lettings
log.
* update sales logs controller
* update lettings controller specs
* update filter method name
* update organisations controller
* use lettings method
* Add deleted tests back
* lint
Co-authored-by: Kat <katrina@madetech.com>
Co-authored-by: Kat <kosiak.katrina@gmail.com>
2 years ago