71 lines
2.1 KiB
Markdown
71 lines
2.1 KiB
Markdown
---
|
||
weight:
|
||
meditation:
|
||
pushUps: 0
|
||
journal: Privat daily
|
||
journal-start-date: 2007-05-07
|
||
journal-end-date: 2007-05-07
|
||
journal-date: 2007-05-07
|
||
---
|
||
|
||
[[Journal/Privat/2007/05/2007-05-06|❮❮]] ⋮ [[Journal/Privat/2007|2007]] › [[Journal/Privat/2007-Q2|Q2]] › [[Journal/Privat/2007/2007-05|05]] › [[Journal/Privat/2007/2007-W19|W19]] ⋮ [[Journal/Privat/2007/05/2007-05-08|❯❯]]
|
||
|
||
## Journal
|
||
- [x] Das Projekt Kontor ist auf die Plattform umgestiegen. Als zuerst verfügbare Persistenzschicht ist die eingebaute Datenbank verfügbar. Später soll die Anbindung an die EJB-Version auf JBoss erfolgen. [completion:: 2007-05-07]
|
||
- [x] Ein neues Projekt wurde begonnen: DeviceMonitor [completion:: 2007-05-07]
|
||
- Dieses Projekt ist die Umsetzung von SNMPMonitor auf Jameica. Lernziel uns wichtigster Entwicklungspunkt ist die Implementierung von SNMP-Verbindungen als Service. Der Service verwaltet die Verbindungen zu den einzelnen SNMP-Geräten.
|
||
|
||
## Ziele
|
||
|
||
##### [[2007-W19#^19i|Woche]] | [[2007-05#^05i|Monat]] | [[2007-Q2#^q2i|Quartal]] | [[2007## Jahresziele|Jahr]]
|
||
|
||
## Aufgaben
|
||
|
||
> [!hint]- Aktuelle Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens on 2007-05-07
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!todo]- Aktive Aufgaben
|
||
>```tasks
|
||
>not done
|
||
>happens before 2007-05-07
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!warning]- Heute fällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due on 2007-05-07
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!error]- Überfällig
|
||
>```tasks
|
||
>not done
|
||
>has due date
|
||
>due before 2007-05-07
|
||
>path regex does not match /^Resources\/Templates\/.*/
|
||
>path regex does not match /^Übersicht\/.*/
|
||
>```
|
||
|
||
> [!done]- Erledigte Aufgaben
|
||
>```dataview
|
||
>TASK
|
||
>FROM !"Resources/Templates"
|
||
>WHERE completed AND completion = date(2007-05-07)
|
||
>```
|
||
|
||
## Geburtstage
|
||
```dataview
|
||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||
FROM "Infos/Kontakte"
|
||
WHERE birthday.month = 05 AND birthday.day = 07
|
||
```
|