Skip to content

Add Course Form View

Ryan Malone edited this page Oct 19, 2024 · 3 revisions

Image of add course form view


searchForm

Image of searchForm

  • Form used to create a specified query to return a list of courses from the classes.sc.edu API

searchFormDescription

Image of searchFormDescription

  • Description for the searchForm
  • Gives simple instructions for the form as well as details which fields on the form are required to be filled

searchFormInput

Image of searchFormInput

  • Input field used for the searchForm
  • Comes with a label detailing the value meant to be inputted as well as the input element itself

searchFormSubmit

Image of searchFormSubmit

  • Button used to submit the searchForm
  • Tapping it will create a query to search the classes.sc.edu API with using the values in each searchFormInput
  • Tapping it will also move the user to the add course search results view

Clone this wiki locally