-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodo.ts
More file actions
71 lines (36 loc) · 1.78 KB
/
todo.ts
File metadata and controls
71 lines (36 loc) · 1.78 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
// TODO: restrict forms edit to the owner of the form
// TODO: refactor code into context api
// TODO: implement auto saving feature
// TODO: implement search forms, delete forms
// TODO: implement view form and record response
// TODO: improve database schema add more metadata
// TODO: templates and ai generated forms
// TODO: code cleaning and refactoring
// TODO: fix: section copy gets added to the end
// TODO: add option to merge sections above or below instead of delete
// TODO: add undo actions after deleting questions or sections
// TODO: add handling for not found and errors
// TODO: implement credentials signin / signup actions
// TODO: view responses page - individual and question wise
// TODO: set flag for multiple responses are allowed or not
// TODO: add pricing options
// TODO: add order by in queries
// TODO: add metadata for each component/page
// TODO: export responses
// TODO: add option to add questions in between and also for sections
// TODO: add pagination wherever possible
// TODO: extend question types to date time grids file uploads
// TODO: improve navbar
// TODO: add graphics for question wise responses
// TODO: handle auth errors and display meaningful errors on the client side
// TODO: after question is removed from form remove it from db also
// TODO: [DONE ✅] BUG: if i only delete questions from form and save its not getting deleted
// TODO: use order to sort everything
// TODO: improve ui user feedback
// TODO: add form settings to give user the ability to configure and control form
// TODO: add a settings page for user profile
// TODO: replace api calls with server actions
// TODO: fix pricing page styling
// TODO: allow users to make copy of forms
// TODO: allow users to make templates
// TODO: new types - number date