-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTodo.txt
41 lines (34 loc) · 783 Bytes
/
Todo.txt
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
Calendar
--------
- Calendar must be read only -->DONE
- Include map into calendar --> DONE
- Move conf to properties files --> DONE
- Sent to google calendar async
- Enable/disable calendar as config
- String template
- Accent mark
- Date Time zone
- Session expired???
Model
-----
- Support delete appointment --> DONE
Service
-------
- AppointmentService: implement count find
Controller
-----------
- AppointmentController return appointment's list
Persistence
-----------
- Lazy object without transaction.
- Appointment summary and description are necessary? --> DONE
TimeZone
----------
GMT 0? o GMT-3
Controller
-----------
- Validation and errors
- Delete apppointment return void
Bugs
-----
Destroy method on bean with name 'supportedDatesFormat' threw an exception