aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'EventMaker/Design/AddingEventFDUC.txt')
-rw-r--r--EventMaker/Design/AddingEventFDUC.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/EventMaker/Design/AddingEventFDUC.txt b/EventMaker/Design/AddingEventFDUC.txt
new file mode 100644
index 0000000..402ade8
--- /dev/null
+++ b/EventMaker/Design/AddingEventFDUC.txt
@@ -0,0 +1,16 @@
+Use case name: Adding event
+Scope: EventMaker
+Level: Adding new event to the list
+Primary Actor: User
+Stakeholders and Interests: Teachers, adding events functionality
+Preconditions: App started successfuly
+Success Guarantee: New event on the list
+Main Success Scenario: User opens app, presses add button, fills all fields on the page for creating new event and saves the event.
+Extensions:
+A. User opens app, presses add button but then he changes mind and presses the back button to return to the main page.
+B. If user tries to add event with empty field show him error message and don't add the event.
+C. The name of event can't be longer than 20 characters.
+Special Requirements: UWP app, serialization to JSON
+Technology and Data Variations List: None
+Frequency of Occurence: Based on the will of the user
+Miscellaneous: None \ No newline at end of file