askolds11 / DatZ4019GroupProject

1 stars 0 forks source link

2. View - Create/edit event #4

Closed askolds11 closed 12 hours ago

askolds11 commented 1 month ago

Overview

Must

Contains all non-autogenerated fields for event.

Validation - name must not be blank, must not be longer than X symbols.

Select color - either color picker or list of colors - depends, how hard is color picker.

Create - either doesn't show 'Active' status, or shows it as disabled and default value 1. Edit - can edit 'Active' status

askolds11 commented 1 month ago

Database

See #3 event

askolds11 commented 1 month ago

Logic

if event.name is blank or null - validation fail. if event.name length is > 100chars - validation fail.

askolds11 commented 1 month ago

View logic

Field for event.name is outlined text field. Supporting text shows the error, if has one.

User can fill following fields from event: