Checklist - GiovanniDw/frontend-applications GitHub Wiki

Checklist for the Tech-Track

General

Repo

  • .gitignore
  • No node_modules & Other Junk
  • Link to Demo

Readme

  • Description
  • Concept
    • Research Question
  • Data
    • Data usage
    • Data description
  • Sketch of datavis
  • Features
  • Acknowlegdements

Wiki

  • Debrief of assignment
  • Data
    • Data Cleaning
    • Data Transforming
    • Whats done with Invalid /empty values
  • Functional patterns
    • Description
    • Used in code
  • Process Documented
  • Framework
    • Description
    • For/Against arguments
    • State/Components Description
  • Pages on Other cool stuff

Code

  • Important code at top
  • Split into functions
  • Functional programming applied
  • Map/Foreach used right way?
  • Quality
    • Functional
    • Consistent
    • Reusable
    • Naming conventions

Concept

Functional Programming

Frontend Data

  • link to example used to build visualization (screenshots) concept described in readme? Research question, data to be used, sketch of datavisualization.

Frontend Applications

Concept

  • Target audience, who are they what do they want

  • What would be the easiest part of your concept (that uses data) you can start with?

  • Which variables will your concept use from the database?

  • Your app can also CREATE new data (see rubric)

  • 1 minute pitch for cindy with at least

    • target audience
    • central idea\interaction method

Figure out which data your app will need to make your concept work Which selection (for instance select a culture or a material format) Which variables from that data (for instance 'year created' and 'subject') Try to find examples of your data through the collectie website. This will help you form questions for Ivo