VolodiaTutko / FlowMeter-WebService

4 stars 1 forks source link

Implement use-case: Add new house #5

Open ishandry opened 8 months ago

ishandry commented 8 months ago

Implement use-case: Add new house. [omit authorization]

View: Image

Add required methods to the House controller, implement domain logic:

1) Return partial view pf the form 2) Handle form inputs and submission 3) Validate data (client or backend) 4) Add new house to database

Acceptance criteria: User should be able to open modal form, enter new data, receive validation errors, submit the form. System should add new row to the houses table in the database.