kblincoe / QualOpt_SE701

2 stars 15 forks source link

Split study creation in to seperate pages #33

Closed softeng-701 closed 6 years ago

softeng-701 commented 6 years ago

Currently, all the information for a study is entered on a single page. This means that the input boxes are all smaller than what the user might require. This is especially true for the email input box.

To improve the workflow, the email information input should be moved to another screen following on after you have entered the study details.

jsoulsby commented 6 years ago

I'll be taking a look at this.

JGud007 commented 6 years ago

@jsoulsby this may have some dependency to my issue #11 as I will be making separate create and edit pages for studies to allow for the different titles my issue requires

JGud007 commented 6 years ago

@jsoulsby ignore my last comment that was a bad way of fixing my issue so am doing it differently now shouldn't affect you

jsoulsby commented 6 years ago

@softeng-701 Instead of shifting the 'Email' section of the modal into a separate page, how do you feel about splitting it vertically into two sections?

This will keep all information relevant to creating a new study on one page and should increase the size of input text boxes as well.