Skip to content

Refactor Cosmetology codebase to remove privilege records from database storage #1282

@landonshumway-ia

Description

@landonshumway-ia

The Cosmetology app uses a multi-state license model, but the codebase we are working from uses the concepts of privileges which were digital records stored in the database. We have determined to remove this record type and it's associated schemas from the Cosmetology codebase as they will not be needed.

This ticket involves designing the new provider schema with the concept of privilege records removed from the table while still generating the needed fields for the frontend to function. We will need to determine which fields will need to be generated at runtime, and which privilege fields will no longer be relevant under this new model. Once the schema is in place, we will remove all references to the irrelevant privilege schemas/fields.

Notes

Questions

Assumptions

Estimate

Tasks

  • TODO
  • Automated tests
  • API Docs
  • Postman collection
  • PR opened with labels / reviewers / assignee / linked-issue

Implementation Notes

Metadata

Metadata

Type

No type

Projects

Status

In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions