-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtasks.json
More file actions
149 lines (149 loc) · 3.62 KB
/
Copy pathtasks.json
File metadata and controls
149 lines (149 loc) · 3.62 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
[
{
"id": 2,
"username": "marinos",
"title": "Create API",
"description": "Create task with Flask",
"deadline": "2026-01-25"
},
{
"id": 4,
"username": "nikos",
"title": "Flask routes",
"description": "Implement GET endpoints",
"deadline": "2026-02-10"
},
{
"id": 5,
"username": "maria",
"title": "POST testing",
"description": "Test POST requests with Postman",
"deadline": "2026-02-12"
},
{
"id": 6,
"username": "john",
"title": "DELETE endpoint",
"description": "Remove tasks by id",
"deadline": "2026-02-15"
},
{
"id": 7,
"username": "sofia",
"title": "Error handling",
"description": "Handle 404 errors",
"deadline": "2026-02-18"
},
{
"id": 8,
"username": "kostas",
"title": "Code cleanup",
"description": "Refactor Flask app",
"deadline": "2026-02-20"
},
{
"id": 9,
"username": "kostas",
"title": "Code cleanup",
"description": "Refactor Flask app",
"deadline": "2026-02-20"
},
{
"id": 10,
"username": "eleni",
"title": "Documentation",
"description": "Write API documentation",
"deadline": "2026-02-22"
},
{
"id": 11,
"username": "petros",
"title": "Testing",
"description": "Manual API testing",
"deadline": "2026-02-25"
},
{
"id": 12,
"username": "irini",
"title": "Validation",
"description": "Check missing fields",
"deadline": "2026-03-01"
},
{
"id": 13,
"username": "alex",
"title": "JSON format",
"description": "Verify JSON structure",
"deadline": "2026-03-05"
},
{
"id": 14,
"username": "dimitris",
"title": "Bug fixing",
"description": "Fix API bugs",
"deadline": "2026-03-07"
},
{
"id": 17,
"username": "david",
"title": "Task4",
"description": "Desc4",
"deadline": "2026-04-01"
},
{
"id": 3,
"username": "charlie",
"title": "Task3",
"description": "Desc3",
"deadline": "2026-03-01"
},
{
"id": 19,
"username": "testuser",
"title": "Test Task",
"description": "Testing POST",
"deadline": "2026-12-31"
},
{
"id": 20,
"username": "testuser",
"title": "Test Task",
"description": "Testing GET by id",
"deadline": "2026-12-31"
},
{
"id": 21,
"username": "deleteuser",
"title": "Delete Task",
"description": "Testing DELETE",
"deadline": "2026-12-31"
},
{
"id": 22,
"username": "testuser",
"title": "Test Task",
"description": "Testing POST",
"deadline": "2026-12-31"
},
{
"id": 23,
"username": "testuser",
"title": "Test Task",
"description": "Testing GET by id",
"deadline": "2026-12-31"
},
{
"id": 25,
"username": "testuser",
"title": "Test Task",
"description": "Testing POST",
"deadline": "2026-12-31"
},
{
"id": 26,
"username": "panos",
"title": "Testing DELETE",
"description": "Test delete functionality",
"deadline": "2026-03-18"
}
]