Skip to content

Excel import prototype

Johannes Staffans edited this page Dec 11, 2013 · 2 revisions

The goal is to demonstrate the following:

  • Import of an Excel document
  • Import of YAML configuration file
  • Internal conversion and display as a HTML table

The basic goal can be achieved with simple HTML tables. If time allows, we might add JavaScript graphs too.

Things we do NOT need to do:

  • Authentication
  • Persistence (can keep data in memory)
  • Validation

Source material including UI mockups:

https://github.com/mysema/hki-alueittain/tree/master/attachments/prototype

Possibly useful technologies:

Clone this wiki locally