Skip to content

Commit 6192a03

Browse files
authored
Merge pull request #41 from talent-path-pipeline/s40-release-notes
S40 release notes
2 parents 5246eda + 2a80b5c commit 6192a03

File tree

1 file changed

+57
-4
lines changed

1 file changed

+57
-4
lines changed

README.md

Lines changed: 57 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,61 @@
11
# Server
2-
2+
## Overview
33
> Talent Path Pipeline Back-end
44
5+
---
56
## Table of Contents
6-
7-
[TOC]
8-
7+
- [Release Notes](##Release%20Notes)
8+
- [Getting Started](##Getting%20Started)
9+
- [Coding Standards](##Coding%20Standards)
10+
- [Basic Structure](##Basic%20Structure)
11+
- [Usage](##Usage)
12+
13+
---
14+
## Release Notes
15+
16+
### Current Release:
17+
Pre-Alpha (v0.0)
18+
19+
### Release Details:
20+
<!-- #### Upgrade Steps -->
21+
<!--Includes:
22+
- Steps users have to take when they upgrade beyond just dumping the dependency.
23+
- Pseudocode that highlights what code should change and how.
24+
- Call out if users are recommended to upgrade because of known problems with older releases. -->
25+
26+
#### New Features
27+
<!-- Includes:
28+
- the new feature
29+
- when/why to use it
30+
- pictures!
31+
- caveats/warnings?
32+
- Is it a beta feature? -->
33+
- Login/Sign Up Routes
34+
- Generate Token on login/signup
35+
- Hash Passwords
36+
- Users CRUD API
37+
- Lessons CRUD API
38+
- Paths CRUD API
39+
- Courses CRUD API
40+
- YouTube
41+
- Transformer to translate length of videos
42+
43+
44+
45+
46+
47+
#### Bug Fixes
48+
<!-- Includes:
49+
- existing feature/functionality that now works as intended or expected.-->
50+
- No bugs...
51+
52+
#### Improvements
53+
<!-- Includes:
54+
- Improvements/enhancements to a:
55+
- workflow, performance, logging, error messaging, or user experience -->
56+
- No feedback...
57+
58+
---
959
## Getting Started
1060

1161
The following setup will be broken down into two sections, setting it up for local development and setting it up for deployment on [heroku](https://www.heroku.com).
@@ -28,6 +78,7 @@ The following setup will be broken down into two sections, setting it up for loc
2878

2979
**Coming Soon!**
3080

81+
---
3182
## Coding Standards
3283

3384
### Naming conventions:
@@ -43,6 +94,7 @@ The following setup will be broken down into two sections, setting it up for loc
4394

4495
We are using VSCode for development with the ESLint and Prettier extensions for consistency. Configuration files for both extensions are included in the root of this repository. If contributing, please either install those extensions or read through them and ensure your code complies with the rules listed.
4596

97+
---
4698
## Basic Structure
4799

48100
The back-end is structure like the following:
@@ -74,6 +126,7 @@ server/
74126

75127
**Descriptions coming soon!**
76128

129+
---
77130
## Usage
78131

79132
### Routes to use

0 commit comments

Comments
 (0)