Code Monkey home page Code Monkey logo

gwells's Introduction

Quality Gate Quality Gate

Groundwater Wells

Introduction

The Ministry of Environment receives and processes groundwater data and information related to the construction, alteration and decommissioning of groundwater wells and stores that information in the WELLS system. Well construction and reporting requirements are regulated under the Water Sustainability Act and Groundwater Protection Regulation. The information collected and stored in WELLS is used by government and other users to help inform decisions related to the management of the groundwater resource in B.C.

GWELLS is the new groundwater data repository and is intended to replace the current WELLS system. GWELLS aims to improve the user experience when submitting and searching for well information, to improve the quality of the data being submitted, and to improve the overall functionality of the system to meet user and regulatory requirements.

The application is being developed as an open source solution.

This is a Django project based on the Openshift Django quickstart that is intended to be deployed on an OpenShift cluster.

It uses the Openshift Source-to-Image (S2I) strategy with Python 3.5 on centos7. See requirements.txt for Django and dependency versions.

Development and Deployment

  1. Prerequisites

    Install Docker and Git

    OS X alternative: Xcode with Git

    xcode-select --install
    

    Configure Git (user details, push default and line endings)

    git config --global user.email <GitHub registered email address>
    git config --global user.name <GitHub registered firstName LastName>
    git config --global push.default simple
    git config --global core.autocrlf input
    
  2. GWells Repository

    Fork our repository into your own GitHub account.

    GWells Repo (fork button in top right)

    Clone and cd.

    git clone https://github.com/<github-user>/gwells.git
    cd gwells
    

    Add remote (upstream) origin.

    git remote add upstream https://github.com/bcgov/gwells.git
    
  3. GWells App

    Create a development deployment for working with Vue, Django or the API.

    cd gwells
    make [vue|django|api]
    

    Visit the following links depending on development target.


    Changes will update dynamically in their respective environments.

Contributing

Please see CONTRIBUTING.md

Issues

Issues are tracked on the GWELLS Trello board.

Architecture

Current

GWELLS container diagram

Vision

The current GWELLS architecture relies on Vue.js components being served up using Django templates. This approach results in a complicated interdependence between Vue.js and Django.

The intent is to completely seperate the front end into independently hosted Vue.js components and completely drop Django templates.

GWELLS container diagram (Vision)

License

Code released under the Apache License, Version 2.0.

gwells's People

Contributors

agehlers avatar alexjoybc avatar antoncoetzer avatar bcgov-csnr-cd avatar bparees avatar calouie avatar coreydaley avatar cvarjao avatar cwevans avatar derekroberts avatar dinhxuanvu avatar fieranmason avatar gabemontero avatar garywong-bc avatar garywong-bc-bot avatar georgelwalker avatar georgewalker avatar jfmatth avatar jupierce avatar kuanfandevops avatar luciddreamz avatar mfojtik avatar nickphura avatar rfb avatar rhcarvalho avatar rstens avatar sethgreylyn avatar sspeiche avatar stephenhillier avatar sybrand avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

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.