No Description

vaeringjar 4f7169cd65 Fill in the About page. 2 years ago
public 912a649866 Change the Files to match recent changes on the backend. 2 years ago
src 4f7169cd65 Fill in the About page. 2 years ago
.browserslistrc 4d695d80cb Init project. 3 years ago
.env.development 669a94f2d3 Make the production build for med-enterprise-dash. 3 years ago
.eslintrc.js 4d695d80cb Init project. 3 years ago
.gitignore 4d695d80cb Init project. 3 years ago
.prettierignore 39c1f11571 Start wiring up the records view. 2 years ago
.prettierrc.json 39c1f11571 Start wiring up the records view. 2 years ago
LICENSE 4d695d80cb Init project. 3 years ago
Makefile 652c3ccc51 Use cases not history for terminology. 2 years ago
README.org 2940e34200 Add a readonly configuration. 2 years ago
babel.config.js 4d695d80cb Init project. 3 years ago
package-lock.json 85f3202b93 Upgrade the file format for package.json. 2 years ago
package.json bab0addaa9 Fix the license, version, and people info. 2 years ago
vue.config.js 669a94f2d3 Make the production build for med-enterprise-dash. 3 years ago

README.org

About

A prototype frontend example to demo existing functionality for CS students for managing appointment data.

Intended for use with MED.

License

Copyright 2020 vaeringjar.

Distributed under the AGPLv3+.

Roadmap

  • Completely remove boostrap
  • Replace bootstrap glyphs with emoji
  • Replace bootstrap container/col with flex/grid
  • Implement a properties component for each detail key/value pair.
  • Move external resources to a new route.
  • Implement the create appointment
  • Implement the intake form
  • Implement the add message form
  • Implement clear hold
  • Implement finish button action
  • Implement reassign
  • Implement resolve
  • Display more details.
  • Add credits to the about view
  • Persist unsaved work on the messages form.