Git Product home page Git Product logo

anatome-addingdbutility's Introduction

anatome

the student well-being toolkit

this repository provides source control for our stage 2 computing science team project.


###the gist:

######what is it? our app provides information highlighting key areas of student well-being, in accompaniment of therapeutic interactive widgets. futhermore, it provides the nearest help service a conduit to its users, allowing them to plug their own information and structural services, chiefly implemented by an information space, tips provided for each section, and a booking system for appointments.

######who is it for? our app is for new university students, and bridges the gap for them between their issues and their solutions. this therefore encompasses a back-end provided abstractly for organisations, as a pitching tool.


###group etiquette:

guidelines:

  • don't break git - if you have an idea but you're not sure if it'll work, fork it!
  • remember to commit when you've done some work so we can all see it
  • keep your code well commented and structured so we can use everything without re-doing it

commenting: we are marked intricately for consistency across our project. therefore, there are things we need to enforce, like a way of commenting! we should use javadoc's model throughout, as it is the most useful.

/* 
 * description of the function
 * 
 * @param  par  describe the parameter
 * @return      describe what returns
 * @see         provide a reference is necessary
 */
 public int myFunc(Param par) {
    return 0;
 }

here is a link to a github tutorial for those who have not used it before.

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.