GSG-G8 / room-booker

An app made for GSG that helps managing booked rooms.
https://gsg-room-booker.herokuapp.com/
GNU General Public License v3.0
1 stars 2 forks source link

Issues Templates #6

Open Amoodaa opened 4 years ago

Amoodaa commented 4 years ago

Use these issues to write specific stuff: React Route, Express Route, Component

Amoodaa commented 4 years ago

React Route template

title should be: Name of the page - /route

Route '/'
signed in only? false
admin only? false

Screenshot from Xd

Components:

Amoodaa commented 4 years ago

Express Route template

Title should be: METHOD /full-route with labels Back, Route

Description

Request body:

{
  x: 'y'
}

Validation

{
  x: string.min(19)
}

Tests: