circadiatech / circadiatech/reportabug-backend

Create Task API

Open
#11 4 comments 0 reactions 1 assignee Claimed by @kavanpancholi View on GitHub
good first issue hacktoberfest
Dominant language
Python
Stars
0
Forks
9
PR merge metrics
No merged PRs in 30d

Description

Create a Task API

path => /tasks
method => POST
optional => description
required => title, image, created_by, project_id
response => { title, description, image, status_id, status, created_by, is_active }

Task Model
title
description
image
status_id
created_by
update_by
project_id
is_active => default is true

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.