Make call and process response(if error show error page, if not next() )
UI: Simple modal with title - Create Auftrag + form(with all data) + green button(save) IMPORTANT: validate all fields!
Page: /contractors
Role: Verwaltung
Goal: On click create button open Dialog, where user writes info about project and then creates it
Example url(modal): https://vuejsexamples.com/build-a-custom-modal-component-in-vue-js/
## TODO
- [x] Setup mock server for endpoint /contracts/create
- [x] Make design
- [x] Make call and process response(if error show error page, if not next() )
UI: Simple modal with title - Create Auftrag + form(with all data) + green button(save)
**IMPORTANT: validate all fields!**
CubeBit
self-assigned this 2023-01-04 20:54:01 +00:00
CubeBit
added this to the FST project 2023-01-04 20:54:01 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Page: /contractors
Role: Verwaltung
Goal: On click create button open Dialog, where user writes info about project and then creates it
Example url(modal): https://vuejsexamples.com/build-a-custom-modal-component-in-vue-js/
TODO
UI: Simple modal with title - Create Auftrag + form(with all data) + green button(save)
IMPORTANT: validate all fields!