Dushan
0712c694e7
changes for buyer live ( #892 )
...
feat: add migration and updated schema
fix specs
fix schema
fix db field name and specs
2 years ago
James Rose
1aaa97bc8a
Revert "add sales building type question"
...
This reverts commit 2daa1f64cc
.
2 years ago
Ted-U
2daa1f64cc
add sales building type question
2 years ago
baarkerlounger
bcf9132004
CLDC-1511: Add "Will buyer 1 live in the property?" question ( #905 )
...
* Add "Will buyer 1 live in the property?" question
* Factory
2 years ago
Dushan
554b660f1a
update values ( #904 )
2 years ago
kosiakkatrina
2698ea1f4a
Cldc 1485 lead tenant gender ( #902 )
...
* Add gender 1 question
* Add gender identity 1 page
* rename files
* Add specs, add page to subsection
* Add sex1 column
* Add answer options to the gender question
* update tests, add depends on for subsection
* remove buyer_1_age from setup
* Change quotes to apostrophes
* Tests
2 years ago
kosiakkatrina
fb9e1c50e6
Folder structure ( #901 )
...
* Update the folder structure
* Add specs
* testy 💁♀️
* Update names in tests 🫠
2 years ago
bibblobcode
3b2b207c71
[CLDC-1484] Add Buyer 1 age question ( #898 )
...
* [CLDC-1484] Add buyer 1 questions to Sales form
* [CLDC-1484] Add Age1 page and sections
* [CLDC-1484] Enable rspec --only-failures
* Rubocop lint
2 years ago
kosiakkatrina
38f897a843
Cldc 1479 joint buyers ( #885 )
...
* Add number joint buyers page and question
* Add jointmore column
* fix form tests
* Add in progress trait and status test for sales log
* Fix test
2 years ago
Ted-U
4a648a144b
CLDC 1465 Add beds question to saleslog ( #890 )
...
* Add beds question to saleslog
* move beds question to property section
* fix property filepath references
* fix failing tests
* add tests to form spec
* fix migration
2 years ago
kosiakkatrina
67286125fb
Outright sale type ( #884 )
...
* Add outright sale question and page
* Add other type column
* Add a conditional OtherOwnershipType question
* Fix hash
2 years ago
kosiakkatrina
022bd97e36
Add discounted ownership type ( #882 )
...
* Add discounted ownership type question and page to the sales setup section
* Remove wrong hint text
* Add type to completes sales log mock
2 years ago
Ted-U
38aa770c9d
CLDC 1478 add joint purchase question ( #883 )
...
* add joint purchase question
* lint
* add test for joint purchase question
* fix and add tests
* Delete created_by.rb
* merge conflict
* lint
2 years ago
Dushan
cec396991b
add ownership scheme ( #886 )
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
kosiakkatrina
f4e6d6d6bb
Cldc 1475 shared ownership scheme type ( #881 )
...
* Add shared ownership type question and page
* Add type column to the sales logs table
* Add ownership scheme field to db
Isolating this into a separate commit so it can be cherry picked for any
other sales logs work that's necessary.
* Fix tests
* fix a test
* Fix typo
* Set default time for form handler
Co-authored-by: Dushan Despotovic <dushan@madetech.com>
2 years ago
baarkerlounger
f58c4054ee
Purchaser code hint text ( #879 )
2 years ago
baarkerlounger
b59b9c3e07
Sale completion date ( #877 )
...
* Update page id (URL)
* Question order
2 years ago
baarkerlounger
32a99f1c5e
Add common organisation and created by questions to sales logs ( #874 )
2 years ago
baarkerlounger
1664493287
Refactor form namespacing ( #873 )
...
* Refactor form namespacing
* Extract common questions
2 years ago
baarkerlounger
200b9a2527
Add purchaser code question ( #872 )
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