Skip to content

Use Cases

mustafafeyzioglu edited this page Mar 7, 2017 · 13 revisions

USE CASES

Use Case 1: Creating a Heritage Item

  • Actors: Registered User
  • Purpose: Creating a cultural heritage item.
  • Pre-conditions:
    • User must be logged in.
  • Action Items:
    • Users clicks "Create Item" button.
    • Heritage item creation page is shown.
    • User types a title for the heritage item.
    • User types the relevant information on their respective areas.
    • User uploads the multimedia items if there are any.
    • User clicks "Save changes" button.
    • System takes the information and processes it.
  • Post-conditions:
    • The item is created.
    • If the process is successful, the user is directed to the item page.

Use Case 2: Guest Basic Search

  • Actors: Unregistered User
  • Purpose: Searching a query
  • Pre-conditions: None
  • Action Items:
    • Unregistered user opens the website.
    • Unregistered user types the query on search bar.
    • Unregistered user clicks Search button.
    • System returns with a result page.
  • Post-conditions:
    • If there is a result, it is shown in result page in a list.
    • When unregistered user wants to click to a result. Sign-up page appears and system tells guest that only registered users can open a result.
Clone this wiki locally