-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements
More file actions
37 lines (30 loc) · 1.75 KB
/
requirements
File metadata and controls
37 lines (30 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Definitions, Acronyms, and Abbreviations
---------------------------------------------------------------------
UTD | The University of Texas at Dallas |
Calender mobile Application | Andriod mobile device |
---------------------------------------------------------------------
Functional requirements
1. The Calender shall allow users to view dates
1.1 The system shall allow users to view individual days in the week
1.2 The system shall allow users to view it in month-forms
1.3 The system shall allow users to add reminders to individual days
1.4 The system shall allow users to add more than one event to a date
1.5 The system shall allow users to change the present date
1.6 The system shall allow user to pick time and date for each event.
1.7 The system shall not allow time overlapping for that specific date.
1.7 The system shall not allow event to be created without time and description.
2. The Calender app shall have a notification system
2.1 The user shall be able to reviece notification when the event time has occured.
2.2 The user shall be able to remove notification upon removing the event.
2.3 The user shall be able to edit the notification that already exist (time, date).
3. The Calendar app shall have a data storage system
3.1 The app shall store and retrieve all information saved on the calendar.
3.2 The app shall be able to update real time using the database.
3.3 The app will save data to the phone itself.
3.4 The app shall be able to add and remove event from database upon user request.
Non-Functional
1.Customizability
1.1 The app shall have a built in dark mode.
1.2 The app shall have different font style setting.
Use Case Diagram
The image is under the issue section at the top.