mirror of https://github.com/status-im/swarms.git
add emojis to idea registry for easier visual parsing
This commit is contained in:
parent
0e88bba328
commit
ecc0093a8a
14
README.md
14
README.md
|
@ -14,10 +14,10 @@ An idea can be in the following states: draft, in progress, completed, or
|
||||||
aborted. Additionally, it can be in limbo which is when it isn't clear what
|
aborted. Additionally, it can be in limbo which is when it isn't clear what
|
||||||
state it is in.
|
state it is in.
|
||||||
|
|
||||||
| Idea | State | Success metrics? | Exit criteria? | Clear roles? | Future iteration? |
|
| Idea | State | Success metrics? | Exit criteria? | Clear roles? | Future iteration? |
|
||||||
|---------------------|-------------|------------------|----------------|--------------|-------------------|
|
|---------------------|-------------|------------------------|------------------------|------------------------|------------------------|
|
||||||
| 83-energy-efficient | In Progress | Yes | Yes | Yes | Yes |
|
| 83-energy-efficient | In Progress | :white_check_mark: Yes | :white_check_mark: Yes | :white_check_mark: Yes | :white_check_mark: Yes |
|
||||||
| 92-eth-discovery | In Progress | Yes | Yes | No | Yes |
|
| 92-eth-discovery | In Progress | :white_check_mark: Yes | :white_check_mark: Yes | :x: No | :white_check_mark: Yes |
|
||||||
| 68-core-metrics | In Progress | Yes | Yes | Yes | Yes |
|
| 68-core-metrics | In Progress | :white_check_mark: Yes | :white_check_mark: Yes | :white_check_mark: Yes | :white_check_mark: Yes |
|
||||||
| 58-mainnet | In Progress | Yes | Yes | No | Yes |
|
| 58-mainnet | In Progress | :white_check_mark: Yes | :white_check_mark: Yes | :x: No | :white_check_mark: Yes |
|
||||||
| 86-push-notif-v2 | Draft | No | No | No | No |
|
| 86-push-notif-v2 | Draft | :x: No | :x: No | :x: No | :x: No |
|
||||||
|
|
Loading…
Reference in New Issue