add emojis to idea registry for easier visual parsing

This commit is contained in:
Martin Klepsch 2018-03-28 09:40:33 +02:00 committed by Oskar Thorén
parent 0e88bba328
commit ecc0093a8a
1 changed files with 7 additions and 7 deletions

View File

@ -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 |