GSG-G10 / GSG-G10/bastta

Issues Template

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
documentation
Dominant language
JavaScript
Stars
4
Forks
4
PR merge metrics
No merged PRs in 30d

Description

## Express Route template

**labels**: `backend`, `route`

**Title**: METHOD/full-route , `eg:` `POST/login`

**Description**
What route should do

**Protected**: Yes/No

**Required middlewares**: if exist
---
**Response**:
maybe success or error:
Error :
```js
{
status:400,
message:'Bad reqeust'
}
```
Success
```js
{
status:200,
data: [...please fill sample of data] ,
}
```
---
**Request body**:
```
{
x: "Y"
}
```
**Validation**
```
{
x: string
}
```
---

**Tests**: test all potential cases for the route itself.

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue describes an Express route issue template but does not name a repository file or configuration entry point. First inspect the repository's existing issue-template setup and compare its conventions with the fields shown here; done means the template captures route details, responses, request validation, middleware, protection, and tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
express, javascript
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.