Skip to content

senaerdogan/group2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training Platform Project

About

Training platforms increase productivity of employees however most do not monitor whether the employee completed courses or further materials. This project, aiming to develop a training platform with monitoring capabilities, will be able but not limited to serve course content, notify employees about new assignment or content. In addition, empowers the supervisors by delivering detailed reports and stats of employee's progresses.

How to contribute?

First of all, there are two type of main branches that are used in project:

  • master
  • stable

And also 3 types of supporting branches:

  • feature
  • bugfix
  • hotfix

To get more information about branch types, please check out this page: Git Branching

For each issue that you will be working on, you need to create a branch named with the short description of that issue.

The format of the branch naming is the : <your-name>/<issue-type>/<issue-description>

For instance, if you are working on a feature about applying user settings, branch name should be john-doe/feature/apply-user-settings. Also, keep in mind that you should merge master branch into your branch periodically in order to synchronize your branch with master.

While writing your commit messages, you shall keep up with the rules specified here:How to Write a Meaningful Commit Message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 40.4%
  • Vue 24.4%
  • TypeScript 17.1%
  • SCSS 7.5%
  • Java 5.8%
  • JavaScript 4.8%