ademidun / atila-client-web-app

Client web app for atila.ca
https://atila.ca
0 stars 0 forks source link

Add UI to support file upload and multi/single select #535

Closed grace0925 closed 2 years ago

grace0925 commented 2 years ago

Part of: https://github.com/ademidun/atila-django/issues/417 For sponsors, during scholarship creation, added 3 extra question types: file, multi_select, single_select. Upon choosing multi_select or single_select, an input box appears for the user to enter the options.

image

For the application form, added 3 extra input forms to display the new question types, checkbox_group, radio_group, file

image

TODO: validate saving application question answers

ademidun commented 2 years ago

I'll remove console.log statements in #536.