/app-engine-diving

Deprecated

Primary LanguageGoMIT LicenseMIT

app-engine-diving

Deprecated

codebeat badge

To set up dev env follow this guide
Testing is done using the local dev server
To setup the GCP Build local server for testing before deploying

To add new dependencies You must update the two GCP Build yamls will the imports or your branch and the master deploy will not work!

To test:

  1. Navigate to the src directory
  2. run $ dev_appserver.py app.yaml

The goal of this repo is to build the foundation of hemres-appengine:

  • Load in XML export file from MacDive and Subsurface
  • File loading can be done logged in or anonymous
  • When logged in a user can see all of there dives
    • This will only show summary data such as
    • Date and time of dive
    • Duration of dive
    • Location of dive
    • Max and Min depth
    • Max and Min temp
    • The list view will only have the, "name", time, and duration of the dive

Once these have been done and it is "running" on staging we need to move this into project-hermes orginization