-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
38 lines (30 loc) · 1.6 KB
/
TODO
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
TODO:
[x] redefine the strings on the http methods (move to a variable outside the service)
[x] solve fix on create problem, does not refresh language list...
[x] create a proper way to notificate actions (snack bar)
[x] in every button of solution.components.ts, must place a snack bar (1 sec) to tell whether an action was performed
[ ] preparing for implement dark theme on demand (button)
[x] make autosize the comment texarea
priority:
[x] implement routes trick/language name (set name dynamic) on navegation
[x] implement http request for trick routes
[x] clean the removed elements on the components
DOING_NOW:
[x] fix the mainpage.component.ts subscription to load images.
[x] implement transaction so solution gets created right after problem creation.
[x] review data service
[x] review backend (??)
[x] remove buttons from problem and move to the details component
[x] make the whole card clickable
[x] implement buttons styles
[x] working on custom theme for alert snacks
[x] implementing custom theme and
[x] work on solution.component.ts
[x] implement buttons behavior
[x] creating resolver for loaded solution
[x] must change template to handle multiple solutions to same problem
[x] implement on template loop for (maybe create a new component to serve as container ???)
[x] must change template to make comments loaded just after button clicked (so far must be resolved, change this)
[x] form in solution component... build and test
x preparing for implement favorite logic on component
[x] implement profile image upload on ui