Stephan Richter
|
8fb94fea4b
|
introduced ModuleRegistry to easy inter-module dependencies
|
3 months ago |
Stephan Richter
|
898729bad8
|
cleanup
|
3 months ago |
Stephan Richter
|
ddd947b886
|
moved doOptions to BaseHandler, so implementing it in each module is no longer required
|
3 months ago |
Stephan Richter
|
d7687373a6
|
import optimization, minor css improvement
|
3 months ago |
Stephan Richter
|
d0d7baccf0
|
implemented swapping of project/task states
such that the state order is now
* pending
* open
* started
* complete
* cancelled
|
3 months ago |
Stephan Richter
|
eed0ce0e8e
|
working on hamonization of db implementations
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
|
3 months ago |
Stephan Richter
|
64e925c83f
|
completed user-defined states
|
3 months ago |
Stephan Richter
|
0511faa342
|
working on extended states
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
|
3 months ago |
Stephan Richter
|
956085c7d3
|
working on custom states for projects
|
3 months ago |
Stephan Richter
|
b8b93fe925
|
intermediate
|
3 months ago |
Stephan Richter
|
57b68015c3
|
improved tag handling
|
3 months ago |
Stephan Richter
|
382eae000c
|
started to implement project tagging, was interrupted.
next on: saving tags for user = null
|
3 months ago |
Stephan Richter
|
4f54276e8f
|
working on tag module
|
3 months ago |
Stephan Richter
|
ac45517d7f
|
implemented deletion of tasks
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
|
3 months ago |
Stephan Richter
|
6599b08990
|
loading tasks
|
3 months ago |
Stephan Richter
|
91aa421ae9
|
implemented various task features:
- saving on CTRL+S
- editing of
- start date
- due date
- members
|
3 months ago |
Stephan Richter
|
3d81ddd3c5
|
improved handling of null values when mapping entities to json
|
3 months ago |
Stephan Richter
|
9cbcfb3b7f
|
preparing to save ne task
|
3 months ago |
Stephan Richter
|
ddeb2a8d88
|
preparing addition of tasks
|
3 months ago |
Stephan Richter
|
c2eae076f4
|
implemented task/:id/view
|
3 months ago |
Stephan Richter
|
1e439b87ac
|
implemented removal of project members
|
4 months ago |
Stephan Richter
|
81b28c0229
|
completed member addition by autocomplete form
|
4 months ago |
Stephan Richter
|
7eca9dd08e
|
working on Autocomplete field for member addition to projects
|
4 months ago |
Stephan Richter
|
7d5596b427
|
implemented transfer of project ownership to other user
|
4 months ago |
Stephan Richter
|
a5abfa33ec
|
finished implementation of setting user permissions in projects
|
4 months ago |
Stephan Richter
|
3c83a4760c
|
re-ordered methods
|
4 months ago |
Stephan Richter
|
80bbfe8654
|
refactored project.members to be map of userId → member
|
4 months ago |
Stephan Richter
|
af209e3dc5
|
refactoring project module: better separation of loading of projects and loading of project members
|
4 months ago |
Stephan Richter
|
6016f81c27
|
working on project settings update:
adding/updating members not implemented
|
4 months ago |
Stephan Richter
|
c8b6c3feb7
|
implemented changing project state from project page
|
4 months ago |
Stephan Richter
|
680afd7700
|
implemented opening and closing of projects right from the project list
|
4 months ago |
Stephan Richter
|
85ab2dd853
|
implemented updating of projects
|
4 months ago |
Stephan Richter
|
8ab3e8792a
|
working on project view
|
4 months ago |
Stephan Richter
|
a14b541c91
|
working on project list: introducing task list
|
4 months ago |
Stephan Richter
|
744b8a4576
|
working on project view
|
4 months ago |
Stephan Richter
|
08838e8ddc
|
refactoring
|
4 months ago |
Stephan Richter
|
a06217517b
|
freactoring to get company list work in efficient way
|
4 months ago |
Stephan Richter
|
722f12912d
|
implemented project creation
|
4 months ago |
Stephan Richter
|
9626d91ccb
|
working on project creation
|
4 months ago |
Stephan Richter
|
f5f08f244f
|
preparing for project creation
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
|
4 months ago |
Stephan Richter
|
e436f09698
|
preparing for adding positions to document
|
4 months ago |
Stephan Richter
|
bac04ac047
|
implemented function to return estimated times of company.
Therefore task and project module had to be created and partially implemented
|
4 months ago |