productivityinterns / productivitywebapp

A webapp for increasing productivity when filling out forms
MIT License
2 stars 2 forks source link

/Templates/Assign should open a specific form and let the user create assignments for this form #40

Closed Connorapple closed 5 years ago

Connorapple commented 5 years ago

Create a method /Templates/Assign that takes the following route params on post form unique identifer, Assignments[]

image

This should Generate a list of Assignments that get posted back.

A user will click a field, and be shown the popup window as shown in the mockup that will let the user select a field or criteria.

When the user picks a criteria, the tag of the field should be setup as a new assignment in the pdf.

When the form is submitted, the form id, and the list of Assignments should be posted

On post:

S4lt5 commented 5 years ago

@Connorapple @Tclark26 @Bed3150n I'm out today! I ended up staying late again yesterday to get my other software release out. I'll owrk on the redirect to the right form.

Ben if you get your page stuff up please hit me up here so I know what to merge in, I may take a crack at angular-izing the fields page before monday

Bed3150n commented 5 years ago

I committed the delete fields branch, as of right now having a delete for preexisting fields is a bit redundant because all fields are template fields, but letting @Yablargo know its up

S4lt5 commented 5 years ago

This more or less in place, but criteria don't show up in the dropdown yet