Skip to content

Add Course Form View

Johnny Hyman edited this page Oct 19, 2024 · 3 revisions

Image of add course form view


form

Image of searchForm

  • Contains the form for a view

For this view...

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

description

Image of searchFormDescription

  • Gives the description of a view

For this view...

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

formInput

Image of searchFormInput

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

formSubmit

Image of searchFormSubmit

  • Button used to submit a form

For this view...

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

Clone this wiki locally