Skip to content

2018.12.04: Project Quality

Billy Charlton edited this page Dec 16, 2018 · 2 revisions

Attendees

@janekdererste, @billyc


Notes

Bringing Billy up to speed after his vacation. Talking about quality of the project in general and of unit testing the front end in particular.

Also, talked about the goal of having one off visualizations and decided to postpone a decision until higher priority issues are solved.


Actions

  1. Get working visualizations onto the public sections of the homepage

    • a. Get data which will not break them
    • b. Fix BreadCrumb bar
    • c. Fix remaining bugs
    • d. get Q&A from Gregor R. or some other student
  2. Fix thumbnails

    • a. Remove them
    • b. file an issue to add some thumbnail functionality
  3. Stability of the project

    • a. Three versions of the app as suggested by Kai:
      • Stable (for outside presentation)
      • Beta (for internal use)
      • dev (for testing features and breaking the database)
    • b. Have 1 Unit Test for each component as a start to ensure all dependencies are initialized correctly
    • c. Add Unit Tests on the front end as things change