CSC/ECE 517 Fall 2017/E1796. Unify Create Assignment and Edit Assignment pages

From Expertiza_Wiki
Revision as of 01:17, 8 November 2017 by Jjohn3 (talk | contribs) (Created page with "E1796. Unify Create Assignment and Edit Assignment pages The current new assignment UI is a Rails based From, while the Assignment Edit Form is a multi level JavasScript based f...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

E1796. Unify Create Assignment and Edit Assignment pages

The current new assignment UI is a Rails based From, while the Assignment Edit Form is a multi level JavasScript based form (view/assignment/edit/.*) that consists of multiple inputs and user interactions. When an instructor creates a new assignment, there are only a limited parameters that he can set in the creation page, then (s)he needs to edit the assignment to define the rest of the parameters. This is confusing and needs to be unified. One solution could be ditching the new assignment form (views/assignment/new.html.erb)