Giter VIP home page Giter VIP logo

naboo's People

Contributors

djnnvx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

naboo's Issues

Add models for addresses and nodes

Think of the Versailles castle, it has one address but multiple points of interests.

We should be able to embed many nodes in an Address object

Teams should be able to "own" addresses and nodes

set a user as admin

we should add a magic test route (only available for test and dev which will set the current user as admin)

Refactor actions and CI

implement:

  • coveralls
  • ExUnit
  • attempt to run migrations to see if all is working

add a setup.sh and nuke.sh script for dev-env setup

Enhance coverage information

The information provided is not sufficient to know where the tests are lacking.
We would need an HTML page auto-generated giving us precisely what lines are executed.

You willl need to research this, as I don't have the time to do it currently.

Update README documentation

  • Describe #43 in README and usage for front-end and mobile users
  • describe how to run tests, get dependencies and build locally
  • describe expected data (OSM geo-located data)
  • fix parameters in swagger

Deploy to DockerHub when releasing version

  • a successful push to dev should do :
docker tag naboo:${VERSION}-dev bogdzn/naboo:${VERSION}-dev
docker push bogdzn/naboo:${VERSION}-dev
  • a successful push to canon should do :
docker tag naboo:${VERSION}-dev bogdzn/naboo:${VERSION}
docker push bogdzn/naboo:${VERSION}

we will of course have to properly manage docker credentials

setup canon/develop workflow

  • build and push docker images when releasing to the main branch
  • build and push docker images when releasing to dev branche (with MIX_ENV set to dev)
  • update github actions
  • add new dockerfile with dev MIX_ENV

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.