Git Product home page Git Product logo

uofg_asep_2021_final_pia's Introduction

Final Process Improvement Activity

Hello, team. This repository will be used for the final PIA. As mentioned, this is required from me as a coach of your team as per ASEP Coursework, but is also very beneficial to you and your dissertation in Team Project.

The outcomes for this activity are:

  • Getting comfortable with the technologies chosen for your project (mostly Django)
  • Improve code reviews
  • Setup testing

Task

As before, you may or may not have direct access as a team member to this repository, but you should be able to create issues and fork the repository. This activity involves a browser extension (in React - not too important) that would interact with a Django backend using APIs. This browser extension is a calculator, that would send requests to the server based on the operations. A sample operation (exponentiation) has already been implemented.

Create an issue to start with, for yourself, with the title "Add operation [operation name]", also choosing the right issue template which should be filled in appropriately. The workflow would be similar as last time - you would tackle this issue and create a merge request.

Once the issue has been created, clone/fork the repository and start implementing where appropriate. Refer to the sample operation in the backend and the frontend (extension) - you have to do the same; this will be crazy easy if you follow what is given.

Once you think that is working well, you need to write a few tests for this, and you're ready to create a merge request (remember to lint!). The pipeline should test automatically, but we will do code reviews as well.

Setup

Django

# Create a virtual environment, and then..
$ pip install -r requirements-dev.txt
$ python manage.py runserver

React

$ npm install   # yarn would've been preferred
$ npm start

uofg_asep_2021_final_pia's People

Contributors

ineshbose avatar aidanddow avatar davidegrecogit avatar callumormond avatar

Watchers

 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.