Skip to content

Commit ed89093

Browse files
committed
accept
1 parent 33fcd82 commit ed89093

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

evaluations/tokenguard_2_piewol.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,22 @@
11
# Evaluation
22

3-
- **Status:** in progress
3+
- **Status:** accepted
44
- **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/Tokenguard.md
55
- **Milestone:** 2
66
- **Previously successfully merged evaluation:** All evaluations by PieWol
77

8-
**Milestone Number:** 2
9-
108
**Deliverables**
119

1210
| Number | Deliverable | Accepted | Link | Evaluation Notes |
1311
| ------ | ----------- | -------- | ---- |----------------- |
1412
| 0a | License |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/blob/v2.0.3/LICENSE | ok |
15-
| 0b | Documentation |<ul><li>[ ] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/blob/v2.0.3/README.md | Inline documentation is sometimes sparse but ok overall. The readme needs some work. See general notes. |
13+
| 0b | Documentation |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/blob/v2.0.3/README.md | Inline documentation is sometimes sparse but ok overall. The readme works now |
1614
| 0c | Testing and Testing Guide |<ul><li>[x] </li></ul>|https://github.com/tokenguardio/dashboard-creator-server/tree/v2.0.5/src/components| also covered by m1 testing guide. Unit tests are passing. |
1715
| 0d | Dockerfile |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/blob/v2.0.5/Dockerfile | works via docker compose up |
1816
| 1 | API reading mechanism |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/tree/v2.0.5 | nice, swagger is cool |
1917
| 2 | Report & estimation |<ul><li>[x] </li></ul>| https://github.com/tokenguardio/dashboard-creator-server/tree/v2.0.5 | ok |
2018

2119

22-
## General notes
23-
Still while following the ``getting started`` section the server is not starting up correctly. Futhermore in the readme ``npm start`` is given as a command to startup the server but it isn't working. For me its fine if the whole thing only works via docker-compose but the readme should not contain any guides that are not working. I would suggest to either remove the content from the readme or fix the relevant section.
2420

2521
## Unit test
2622
tests are passing.

0 commit comments

Comments
 (0)