Skip to content

Conversation

SeeuSim
Copy link

@SeeuSim SeeuSim commented Nov 7, 2024

Add:

  • dark mode bug fix
  • question attempt details code view fix
  • CRUD forms and APIs
  • Admin roles and associated crud UI (but not API guards, since question and user are sep services)

@SeeuSim SeeuSim marked this pull request as ready for review November 7, 2024 08:55
@SeeuSim SeeuSim force-pushed the chore/demo-ui-fixes branch from 8de9b39 to 1f80d09 Compare November 7, 2024 12:33
Copy link

@cyiting cyiting left a comment

Choose a reason for hiding this comment

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

Add validation to ensure that a question always has at least one topic associated with it. Currently we are able to add questions without topics and remove topics while editing

<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle className='flex'>
Are you sure you want to delete question:&nbsp;`<pre>{questionId}</pre>`?
Copy link

Choose a reason for hiding this comment

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

Can remove the backticks

@cyiting cyiting merged commit 845c555 into main Nov 8, 2024
4 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.

2 participants