ZINC-FYP-2022-23 / console

ZINC UI for teaching assistants
1 stars 0 forks source link

refactor(config): merge 2 separate YAML editor pages into one #6

Open AnsonH opened 2 years ago

AnsonH commented 2 years ago

Description

Currently the YAML config editor page is present into two pages:

Both pages are very similar except for a few additional features in the "Edit existing assignment" page. Instead of splitting up the code for the two pages into two separate files, we should merge the code into a single file. This avoids code duplication.

Solutions

Screenshots

/assignments/{assignmentId}/configs/new

image

/assignments/{assignmentId}/configs/{assignmentConfigId}/yaml

image

AnsonH commented 1 year ago

This will not be done within the scope of this FYP since Kris is interested in revamping the entire ZINC UI. This issue would remain open for future maintainers to be aware that they can merge two separate pages into a single one.