You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modify the NewAssessment.jsx component to create an assessment form for the front-end
Allow Users to submit assessment data (cat details, instrument name, calculated score, and determined risk level)
Send the assessment data from the front-end to the API
Send the assessment data from the API to the Assessment-Service
Create the "assessments" table in the database with the appropriate columns (id, cat_name, cat_date_of_birth, instrument, score, risk_level, created_at, updated_at, deleted_at)
Insert the assessment data from the Assessment-Service into the database using sequelize
NewAssessment.jsxcomponent to create an assessment form for the front-end