tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Content Template Admin - UI Improvements #2384

Closed gsteimer closed 3 years ago

gsteimer commented 3 years ago

The current UI for adding and modifying content templates could use some improvements:

image

This screen should be ordered from top to bottom to correspond with the user journey through this action. This should flow in the following order:

  1. Specify document to upload (ideally allow drag and drop as well as a browse button)
  2. Set Target Type
  3. Set Template Name (defaults to the document name that the user is uploading)
  4. Set Title and Description (optional)

The Edit template screen should follow a similar structure:

image

jlittle-tsg commented 3 years ago

Completed in OCMS Revision 25351

------------ Commit Log ------------

CONTENT TEMPLATE ADMIN - making the following UI enhancements to the template admin

  1. performing validation on template document, name and target type on upload.
  2. changing the order of the form fields for the version and add document templates.
  3. allowing a user to change the object type of a template when versioning/editing.

Related Issues: https://github.com/tsgrp/HPI/issues/2383 https://github.com/tsgrp/HPI/issues/2264

CRs: dvora, aking

gsteimer commented 3 years ago

Re-opening this one. This is a good start, but I think we could improve the file selection UI:

For reference, here's how the wizard's File input looks:

image