Skip to content

Create text and task edit modals for the AI course outline parsing

Rohan Ravindran requested to merge feature/add-text-modal into main

Closes #25 (closed)

Created a modal for the input of text that will be supplied in a function call to OpenAI GPT API and another modal to edit the tasks generated by the API call result.

Completed:

  • Created an input modal
  • Created a bulk task edit modal

Debugged an extremely odd issue with Prof Jeff in class pertaining to the scroll behavior of the AlertDialgue Component. Instead, I created a custom modal from scratch to handle the requirement to scroll with longer text.

Here is a video showing the odd behavior that was fixed:

AlertDialogueScrollIssue

Edited by Srishti Prayag

Merge request reports