Skip to content

Commit 3b11638

Browse files
committed
fixed #379 Error Controller is broken
1 parent 1a988a8 commit 3b11638

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
2525
## Functional Requirements
2626

2727
### Functional Requirements 001 - Start
28-
28+
![Functional Requirements 001 - Start](src/site/plantuml/Simpleworklist__Use_Cases__001__Start.png)
2929
#### F001 Server Starts
3030
#### F002 Home Page rendered
3131
#### F003 Registration
@@ -35,6 +35,7 @@ SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
3535
#### F007 Logout
3636

3737
### Functional Requirements 002 - Show TaskstateTab
38+
![Functional Requirements 002 - Show TaskstateTab](src/site/plantuml/Simpleworklist__Use_Cases__002__Show_TaskstateTab.png)
3839
#### F010 show /taskstate/inbox
3940
#### F011 show /taskstate/today
4041
#### F012 show /taskstate/next
@@ -46,6 +47,7 @@ SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
4647
#### F018 show /taskstate/trash
4748

4849
### Functional Requirements 003 - TaskstateTab
50+
![Functional Requirements 003 - TaskstateTab](src/site/plantuml/Simpleworklist__Use_Cases__003__TaskstateTab.png)
4951
#### F040 Taskstate: Add Task to Inbox
5052
#### F041 Taskstate: Add Task to Inbox again
5153
#### F042 Taskstate: Task Edit
@@ -60,6 +62,7 @@ SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
6062
#### F051 Taskstate: Task undelete
6163

6264
### Functional Requirements 004 - Project/Root
65+
![Functional Requirements 004 - Project/Root](src/site/plantuml/Simpleworklist__Use_Cases__004__Project_Root.png)
6366
#### F060 Project/Root: Add Task
6467
#### F061 Project/Root: Add SubProject
6568
#### F062 Project/Root: Task Edit
@@ -74,6 +77,7 @@ SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
7477
#### F071 Project/Root: Task undelete
7578

7679
### Functional Requirements 005 - Project/id
80+
![Functional Requirements 005 - Project/id](src/site/plantuml/Simpleworklist__Use_Cases__005__Project_id.png)
7781
#### F080 Project/id: Add Task
7882
#### F081 Project/id: Add SubProject
7983
#### F082 Project/id: Task Edit
@@ -88,6 +92,7 @@ SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
8892
#### F091 Project/id: Task undelete
8993

9094
### Functional Requirements 006 - Drag and Drop. Task move to TaskstateTab
95+
![Functional Requirements 006 - Drag and Drop. Task move to TaskstateTab](src/site/plantuml/Simpleworklist__Use_Cases__006__Task_move_to_TaskstateTab.png)
9196
#### F120 Drag and Drop: Task move to /taskstate/inbox
9297
#### F121 Drag and Drop: Task move to /taskstate/today
9398
#### F122 Drag and Drop: Task move to /taskstate/next
@@ -99,14 +104,30 @@ SimpleWorklist is not affiliated with or endorsed by the David Allen Company.
99104
#### F128 Drag and Drop: Task move to /taskstate/trash
100105

101106
### Functional Requirements 007 - Drag and Drop Move to Project
107+
![Functional Requirements 007 - Drag and Drop Move to Project](src/site/plantuml/Simpleworklist__Use_Cases__007__Move_to_Project.png)
102108
#### F129 Drag and Drop: Task move to Project
103109
#### F130 Drag and Drop: Project move to Project
104110

105111
### Functional Requirements 008 - Drag and Drop Move Task to Change Task-Order
112+
![Functional Requirements 008 - Drag and Drop Move Task to Change Task-Order](src/site/plantuml/Simpleworklist__Use_Cases__008__Move_Task_to_Change_Task_Order.png)
106113
#### F131 Drag and Drop: Move Task to Change Task-Order in TaskstateTab
107114
#### F132 Drag and Drop: Move Task to Change Task-Order in Project/Root
108115
#### F133 Drag and Drop: Move Task to Change Task-Order in Project/id
109116

110117
### Functional Requirements 009 - Search
118+
![Functional Requirements 009 - Search](src/site/plantuml/Simpleworklist__Use_Cases__009__Search.png)
111119
#### F200 Search Request
112120

121+
### Domain Class Modell
122+
#### Domain Class Modell - Persistent
123+
![Domain_Class_Modell_Persistent](src/site/plantuml/Simpleworklist__Domain_Class_Modell_Persistent.png)
124+
#### Domain Class Modell - Transient
125+
![Domain_Class_Modell_Persistent](src/site/plantuml/Simpleworklist__Domain_Class_Modell_Transient.png)
126+
127+
## Software Design
128+
### Service Classes Controller
129+
![Service_Classes_Controller](src/site/plantuml/Simpleworklist__Service_Classes_Controller.png)
130+
### Service Classes DB
131+
![Service_Classes_DB](src/site/plantuml/Simpleworklist__Service_Classes_DB.png)
132+
### Service Classes Meso
133+
![Service_Classes_Meso](src/site/plantuml/Simpleworklist__Service_Classes_Meso.png)

0 commit comments

Comments
 (0)