Skip to content

API #2

@LanVukusic

Description

@LanVukusic

All endpoints that need to be done

#1 In connection with main goals

auth

  • login
  • register with room number...

termini

export interface ITermin {
  uuid: string; // user id
  id: string; // item id
  date: number;
  termin: number;
  washer: number;
}
  • add termin
  • delete termin
  • get termini

users

export interface IUser {
  phone: string;
  name: string;
  surname: string;
  room: number;
  email: string;
  uuid: string;
  disabled: boolean;
  confirmed: boolean;
  role: "admin" | "user";
}
  • confirm user
  • ban user
  • list users
  • edit user props
  • get user

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