Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnotrisky committed Sep 16, 2016
1 parent 21ba7ef commit 2302aa4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -9,4 +9,10 @@ My digital resume allows readers to easily looking at relevant skill sets by fil
- react-redux: Managing loaded data in the state
- json-loader: Loading JSON data into React environment
- Webpack & Babel: Javascript bundler
- Docker: Isolating applications and setting up required environment
- Docker: Isolating applications and setting up required environment

### Todos
- Use `id` instead of `section` consonants
- Refactor `all_data` state structure to use key-value, rather than index-value. i.e. `state[id] = ...`
- Use `keywords: {stacks: [...], name: [...]}` struture for each section items
- Show number of items of each section on sidebar navigation

0 comments on commit 2302aa4

Please sign in to comment.