-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
58 lines (50 loc) · 1.15 KB
/
README
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
This app is created with Flutter to help you organize your messy life.
App creation including:
- Create classes
- Rest API
- Add new items
- Move tasks in preferred order
- Create new task screen
User:
- String userId
- String apiKey
- String firstName
- String lastName
- String email
- String password
SupportFile:
- String text
Projects:
- List<Task> tasks
- List<SupportFile> SupportFiles
- String projectld
- String projectName
- Date Deadline
- Date reminder
Task:
- List<Task> tasks
- String note
- Date timeToComplete
- bool completed
- String repeats
- Date Deadline
- Date reminder
- String taskId
Fucntion:
- Login screen
- need to restrict app access for the unregisted account
- create a popup for adding tasks
- get data from the backend
- from json
- add data to the backend
- to json
- create classes for tasks etc
- backend
- classes for tasks 1
- create json method 1
- find out how to make an api apiKey
- create method prioritizing tasks
- how to safely store user data
check if there is an api key saved?
check if the user is alrd logged in?
if logged in then show appif not loggin show login/signup