mrcrowley42 / Project5

0 stars 0 forks source link

Implement developer web page #18

Closed mnewbery closed 7 months ago

mnewbery commented 8 months ago

User story: As a developer I want to: Upload archived data for testing and verification

    Run tests from the web browser to determine system health - could be unit tests

Implement a basic developer web page that allows the developer to:

  1. Load, view and refresh the current day log file (does not have to auto refresh)
  2. Upload archived data in JSON format
  3. Upload archived data in CSV format

In processing the archived data, duplicates should be handled in the ORM layer

mnewbery commented 7 months ago

Missing Log View

mnewbery commented 7 months ago

Comment to accept and close