Skip to content

Create swagger definition for activities #4

@EliuX

Description

@EliuX

The design to support activities in the time tracker is needed. It should allow to use it this way:
image
The activities are basically a list of types of tasks the user may be doing while working. They are created dynamically based on the needs of every tenant, so they must have a tenant id.

Therefore the structure of an Activity is:

  • id: Unique id of the activity
  • name: The by which the activity will be identified
  • description: More data about this activity
  • tenant_id: Then company it belongs to.

The correspondent actions should be:

  • Create
  • Read a single and multiple ones
  • Update
  • Delete

Bear in mind that the search will be done in UI with the list of the gotten activities:
image

Todo:
A swagger definition must be available in order to access this element

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions