Information Systems:Infonet Feedback and Recommendations

From uniWIKI
Jump to navigation Jump to search

This page is intended for Infonet users to provide feedback and recommend changes to the site or to individual programs. Rather than enforce any structure, we'll just see if one evolves (-norwizzle).

Business Partners

  • Paginated 'add partner' form: It's common sense for long forms to be filled in sections/pages so that the data can be processed faster e.g. at each step. Currently, it is one huge, scrollable form, validated and submitted only at the end. Besides user convenience, this would actually lead to greater server-side efficiency of this program as the HTTP request of each form-submit is currently massive (with all that form data).
  • Dynamic form input: Input data should be processed dynamically for smarter forms. For example, populating the Province field with Alberta should populate subsequent fields like price list with corresponding defaults. This process should also be used to validate many of the fields in real-time (upon typing or leaving the input field).
  • Use of temporary tables:
  • Corrects the design flaw as described here.
  • Able to run logic on ALL form data prior to writing ANY information to tables.
  • Able to have the user confirm all entered data prior to writing to tables.
  • Able to cancel and cleanup partially filled information. Currently, records are not deleted if the user cancels the process, leaving stale, blank entries in tables.
  • Able to accommodate multiple users using the Add Partner form in a manner that doesn't involve having to 'claim' a partner number by immediately writing a record.