Code Monkey home page Code Monkey logo

trailcontributor3's Introduction

Common References

before (This Section only Once)

  1. Create folder in D/E/F for project purpose like- "project"
  2. Open gitbash inside above folder
  3. Download the repository of project in local Machine (this will be local repo)
    git clone "https://github.com/Ashleshk/TrailContributor3.git"
  1. Verify you see two folder Front-end and Back-end

When Working on Front-End

  1. See All Branches
    git branch
  1. Change to your branch
    git checkout <yourbranch>
  1. when in yourBranch, pull to get all from master branch to your branch to work on
    git pull origin master

Example

    ..Project/Git backend (ashlesh)$ git pull origin master
  1. open cmd also.
  2. cd into Front-end folder, run following command to install dependencies (one time thing).
  npm install
  1. To preview the app, run the following command and navigate to http://localhost:4200/.
    ng serve
  1. Make all Changes in Front-End, by opening Front-end in VS Code.
  2. Push Your Work from Gitbash by running following command from your branch only to your branch
    $ git add filename
 OR
    $ git add .
    $ git commit -m "message" 
    $ git 

Example

Project/Git backend (ashlesh)$ git push origin ashlesh

  1. At Midnight We will Integrate everyone's work to master, so next day Everyone pull from master only.

When Working on Back-End

  1. Start Eclipse with workspace built for Project, if not Create one.
  2. Go to local repository, where back-end folder is there, Open this using Open project from file system option
  3. wait till entire project gets loaded. if branch is not your name, open gitbash and change to yourname
    git checkout <yourbranch>
  1. when in yourBranch, pull to get all from master branch to your branch to work on
    git pull origin master

Example

    ..Project/Git backend (ashlesh)$ git pull origin master
  1. YOU MUST SEE YOUR BRANCHNAME Beside ProjectName in Eclipse
  2. Do your Work and Save it all, Run All in Your Machine.
  3. Open Teams > (YOu must see Commit,push,branch wala pallete) > click pull
  Everything is upto date message must come.
  1. Commit your work and verify by going to your branch in Browser Remote Repo

What are We Using For Project Colloboration And Communication Other than Git

  1. Teams

    • Instantanous discussion and code related issue solving
    • When
      • Once EveryDay OR Alternate Days
    • Matarial Here in Form of Chat
  2. Whatsapp

    • No Explanation required
  3. Bitrix24

    • Free of Cost (yippee)
    • Unlimited Users and 5GB Drive Storage (which i did using inviting you)
    • Unlimited VideoConference, No Timeout(Though we will stick to Teams only)
    • Chatting Can Be done here as well (Extreme RightPane PersonIcon)
    • This Got SCRUM BOARD!! and Calender Wise Planner

How To Use Bitrix?

  1. Create Account by Gmail, Select anything or Nothing From Below Image

ORM

  1. Then You Last on DashBoard page (Activity Stream aka Feed)

Dashboard

  1. Chat Thorugh Here OR by Clicking on Chat and Calls

Chat and Calls

  1. Click on Tasks And Project

Task and Project

  1. In Projects section find our project and then move to KANBAN tab, you will see below

kanban View

  1. You Can Always Drag Left menu to your needs

like mine

trailcontributor3's People

Contributors

ashleshk avatar swasthiknitturi avatar nupurbhardwaj avatar seemaila-khan avatar

Stargazers

 avatar

Watchers

James Cloos 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.