Giter VIP home page Giter VIP logo

geckos-team-04's Introduction

Geckos-Team-04

Goal of this project is to create clone of thumbtack.com website. | Chingu Voyage-6 | https://chingu.io/

Thumbtack clone

See the project here: https://thumbtack.com See the clone here: https://thumbtack-clone.herokuapp.com

Waffle.io - Issues in progress

Build Status

Development

Git Branches

  • master - Current production release. Updated only from development branch PRs.
  • dev - Candidate for next release, nothing gets pushed into this branch. Code gets tested and undergoes peer review before being pulled into this branch from other developer branches.
  • developer branches - 4 types of branches: feature, bug, refactor and style. This is where work gets done, when creating branch, type is specified first followed by a name like so feature/carousel and as Waffle is used to track progress add number of the issue `feature/carousel-#13.

Waffle

To enable updating of the issues on Waffle, first create an issue and add issue number to the branch name feature/carousel-#13, when the branch is pushed remotely, Waffle automatically moves the card to "In Progress" column. After done with work, head over to GitHub and issue a pull request back to dev branch, with standard GitHub text closes #13, this will let GitHub know that the pull request should close issue when it is successfully merged and also issue on Waffle will be moved into "Done" column.

Git Workflow

  1. git clone https://github.com/chingu-voyage6/Geckos-Team-04.git
  2. Create a branch, for naming see Git Branches section, git checkout -b feature/carousel-#13.
  3. Edit files, add and commit, then push local branch to remote git push -u origin feature/carousel-#13, ( - u short for --set-upstrem) Git will setup tracking information during push.
  4. When ready issue a PR request on GitHub.

geckos-team-04's People

Contributors

adroit11 avatar butteredtoast avatar spell2az avatar tropicalchancer avatar vrolok avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

geckos-team-04's Issues

sprint_1

Implementation of the landing and explore pages, with all the global and local components therein.

Help Page

Help Page (help.thumbtack.com (page and component layout))
Pros/Customer tabs, include all cards with links that expand when card is clicked, link don’t have to lead anywhere, or show a popup with a brief message possibly.

child of #39

Design card component

This component will be used for holding services and professionals information, for display in several pages of the site.

child of #7

Projects page

Build projects page where users can view their projects, projects will be represented by cards with some of the projects details, for an example see project-page.png in slack shared files.
child of #39

feature/ci_deployment

Add CI/CD configuration for the project:

  • All tests should be automatically run for every push to Github
  • If it's the master branch and the build is passing it should deploy the code to Heroku

child of #7

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.