sparkyyc / Agility

Agile Skill Mapping Developer Management System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Agility

Agility is an agile skill mapping web application for teams.

Installation & Start

Need postgreSQL database named agility-dev

backend will run on localhost 4000

frontend will run on localhost 3000

cd Agility/backend
npm install
npm start

cd Agility/agility
npm install
npm start

App Overview

HomePage

An overview of the agile skill mapping methodology

agilityhomelow

User's Dashboard

Where a user can see what skills they have been rated on (by themselves and others) as well as add new ratings

agilitydashlow

Teammates Dashboard

By navigating to a teammates page you can see their ratings and leave ratings for them

agilityteammatelow

Skill Catalog

You can search for skills in the catalog and see their info

The edit button will only appear if you are an authorized team lead

agilityskillslow

Team Create/Edit

The create/edit team button will only appear if you are an authorized team lead

You can add and remove members as well as skills the team is looking for

agilityteameditlow

Team Overview

You can see all the skills the team has based on all the skills the members of that team has rating for

There's also a list of skills the team wants

And a list of members currently on the team

agilityteamlow

Nav and Auth Flow

The nav bar on the left expands for clarity

The user can log out / login / or signup for an account

agilitynavauthlow

Contact

Christa Sparks – christa.sparks.k@gmail.com

About

Agile Skill Mapping Developer Management System


Languages

Language:JavaScript 98.1%Language:HTML 1.6%Language:CSS 0.3%