Rev 1222 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1222 | Rev 1230 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | Host Admiral TODO |
1 | Host Admiral TODO |
2 | ================================================================================================================ |
2 | ================================================================================================================ |
3 | 3 | ||
4 | Implement listerners as weak reference, create a general engine for this (?), possible java 1.5. |
4 | Implement listerners as weak reference, create a general engine for this (?), possible java 1.5 only. |
5 | 5 | ||
6 | Move logged in users accounting from the session hack to model, as weak references. |
6 | Move logged in users accounting from the session hack to model, as weak references. |
7 | 7 | ||
8 | Show user no exceptions, just 'internal error'. |
8 | Show user no exceptions, just 'internal error'. |
9 | 9 | ||
Line 81... | Line 81... | ||
81 | Double check concurency update. |
81 | Double check concurency update. |
82 | 82 | ||
83 | Study Hibernate behavior if it cannot save some information - seems to be not recoverable, |
83 | Study Hibernate behavior if it cannot save some information - seems to be not recoverable, |
84 | restart needed. |
84 | restart needed. |
85 | 85 | ||
- | 86 | Split core classes to groups were dependancies between the groups may be one-way one without cycles. |
|
- | 87 | E.g.: |
|
- | 88 | users <--- system_users |
|
- | 89 | ^ ^ ^ |
|
- | 90 | | *---------*-------- emails |
|
- | 91 | | v |
|
- | 92 | *-------- domains |
|
- | 93 | ||
- | 94 | For all object: save separate public and private comment. Public one is visable for anyone |
|
- | 95 | who has view rights for the object; private one - only who has edit rights. |
|
- | 96 | ||
86 | Done |
97 | Done |
87 | ---------------------------------------------------------------------------------------------------------------- |
98 | ---------------------------------------------------------------------------------------------------------------- |
88 | 99 | ||
89 | + Track database structure version. |
100 | + Track database structure version. |
90 | 101 |