Skip to content

Feat/staff module - #396

Merged
yusuftomilola merged 2 commits into
DistinctCodes:mainfrom
Ibinola:feat/staff-module
Nov 14, 2025
Merged

Feat/staff module#396
yusuftomilola merged 2 commits into
DistinctCodes:mainfrom
Ibinola:feat/staff-module

Conversation

@Ibinola

@Ibinola Ibinola commented Nov 14, 2025

Copy link
Copy Markdown
Contributor

Description

Adds a standalone Staff module to handle internal staff management.

Key Features

  • Creates the Staff entity with fields for name, email, employeeId, and role.
  • Implements an enum for StaffRole (admin, manager, cleaner, etc.).
  • Adds shiftStartTime and shiftEndTime fields.
  • Provides full CRUD (Create, Read, Update, Delete) endpoints at /staff.

Closes #386

@vercel

vercel Bot commented Nov 14, 2025

Copy link
Copy Markdown

@Ibinola is attempting to deploy a commit to the naijabuz's projects Team on Vercel.

A member of the Team first needs to authorize it.

@yusuftomilola yusuftomilola left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@yusuftomilola
yusuftomilola merged commit 4f9fdbe into DistinctCodes:main Nov 14, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BACKEND: Handle internal staff management and roles.

2 participants