GithubHelp home page GithubHelp logo

nz369 / frontend Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seng499-company-4/frontend

0.0 0.0 0.0 1.82 MB

Front end code repository for SENG499 Summer 2022 project.

License: MIT License

HTML 1.17% TypeScript 98.70% Dockerfile 0.13%

frontend's Introduction

Frontend

Front end code repository for SENG499 Summer 2022 project.

Coding Standards

  • Log all bugs you find to the Zenhub board
  • Use React hooks rather than Classes
  • Comment all hooks/functions with headers following the JSDoc standard
  • Follow the Atomic Design standard for code organization
  • Include your unit tests with your code changes
  • If a component can be split up, split it up

PR Standards

  • Create a branch for your issue based on the issue number. For instance, Feature #18's branch will be feature-18
  • Ensure the auto-assigner has assigned 2 "assignee"s to your PR
  • No merges into main after 11:59pm on the Saturday before demo Mondays
  • Ensure all comments have been resolved before merging

How to make a new PR

  1. Make sure your local code is up to do date with git fetch and git pull on the main branch
  2. Create a local branch for your change using the notation <feature/bug>-<issue #> ie. bug-16 by running git checkout -b <branch name> ie. git checkout -b bug-16
  3. Make your code changes
  4. Push your code to the repo with git add ., git commit -m "<comment>", and git push -u origin <branch name>
  5. Go to the github UI and create a PR following the PR template
  6. Create the PR and wait for the GitHub actions (assigner, tests, linter) to run
  7. To make further changes, you can follow steps 3-5 again, but replace git push -u origin <branch name> with git push

Reviewing Code

  • Review all assigned PRs within 48 hours. If you can't get it done in that time, pass the review off to someone else on the team
  • Try to provide at least one comment/criticism per PR

Contributors

  • Ahnaf Ahmed (@ahnaf-ahmed)

  • Sam Warren (@sam-warren)

  • Yuying Zhang (@NZ369)

  • Hexuan Zhang (@Hexuan-Z)

  • Ben Mazerolle (@bmazerolle)

frontend's People

Contributors

sam-warren avatar ahnaf-ahmed avatar bmazerolle avatar hexuan-z avatar nz369 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.