Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C Cora - Frontend
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Cora
  • Cora - Frontend
  • Merge requests
  • !15

Open
Created Nov 09, 2025 by Mateus Granja De Andrade Madalosso Tieppo@mateus.tieppoDeveloper
  • Report abuse
Report abuse

specialist edit

  • Overview 1
  • Commits 1
  • Changes 3

Summary

The Specialist Edit page was developed to allow administrators to update and delete specialist information. The component structure, form logic, validation, and integration with backend services were fully implemented.

Details

The task included the creation of the SpecialistEdit.tsx component and its corresponding CSS module (SpecialistEdit.module.css). Data loading, updating, and deletion were integrated using SpecialistService.getSpecialistById(), updateSpecialist(), and deleteSpecialist(). Form validation was added for required fields, email format, password confirmation, and biography length.

Confirmation modals were implemented for save and delete actions, along with a success modal for visual feedback after successful edits. Password visibility toggles, loading and error states, and form disabling during submission were also added.

US number and link

US22 https://app.clickup.com/t/86b6yy7gf

Edited Nov 12, 2025 by Mateus Granja De Andrade Madalosso Tieppo
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: specialist-edit-screen