ecrin-github / rms-portal-new

RMS Portal with Python backend
MIT License
0 stars 0 forks source link

type-value: if a type is entered, then we want the user to enter also the value #4

Open sergiocontrino opened 1 year ago

sergiocontrino commented 1 year ago

for example: study topic type / study topic value

this will also solve the empty display in the study page.

sergiocontrino commented 1 year ago

@Swarnalathaa can the check be done easily in the FE?

Swarnalathaa commented 11 months ago

@sergiocontrino I tried making this change in the FE but it is more complicated to make the type and value fields mandatory. So i think you can make the mandatory fields in the BE and send me an error message when someone tries to save without filling the field and i can show an error toastr in the FE.

sergiocontrino commented 11 months ago

thank you @Swarnalathaa , ok will move this to a new milestone