Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README - Usage #37

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

meghanprestemon
Copy link

No description provided.

simona1 and others added 7 commits August 2, 2017 10:07
* Add flow as a dependency and setup a `.flowconfig file`

* Add a Clock React component and test with flow

* Minimal styling for the messages view

* Implement basic styles for the Messages view

* Refactor to comply with ESLint rules

* Add shallow component testing

* Uninstall `semantic-ui-css` module and add CDN link into `index.html`
* Add flow as a dependency and setup a `.flowconfig file`

* Add a Clock React component and test with flow

* Minimal styling for the messages view

* Implement basic styles for the Messages view

* Refactor to comply with ESLint rules

* Add shallow component testing

* Uninstall `semantic-ui-css` module and add CDN link into `index.html`

* Resolve merge conflict

* Modify Toolbar component to receive props

* Prepare images and colors for Messages view

* MessageList reads from a seeds file, `messages.json`

* Add `Message` component and new tests for the refactored components

* Minor bug fix
* Add flow as a dependency and setup a `.flowconfig file`

* Add a Clock React component and test with flow

* Minimal styling for the messages view

* Implement basic styles for the Messages view

* Refactor to comply with ESLint rules

* Add shallow component testing

* Uninstall `semantic-ui-css` module and add CDN link into `index.html`

* Resolve merge conflict

* Modify Toolbar component to receive props

* Prepare images and colors for Messages view

* MessageList reads from a seeds file, `messages.json`

* Add `Message` component and new tests for the refactored components

* Minor bug fix

* Update dependencies

* Basic LoginView

* Basic LoginView

* Add minimal `socket.io` code, address lint and flow issues

* LoginView component code removed from App code

* Refactor code and begin redux

* Rudimentary store and actions

* Remove unused variables

* Remove obsolete file

* Cleanup unneeded files and organize images in their own directory

* Scores mapped to emojis

* Refactor to fix flow and lint errors & redux store so far

* Add more actions and update emoji images

* Add action for displaying score

* Partial redux refactor

* Complete test for LoginView.jsx

* Communicating with server via `socket.io`

* Remove unnecessary files

* Complete first test for Actions.js

* Remove unnecessary files and code

* Address console warnings

* Add function to map a score to an object with color and emoji keys

* Add testing functionality for most of the actions

* Scaffolded out all tests for reducers and completed 4 tests

* Remove caret from redux-testkit dependency

* Toolbar changes colors to match score

* Complete tests for reducers that are missing corresponding actions

* Toolbar changes both color and emoji to indicate sentiment

* flip index.js

* Replace image for slack icon

* Swap file for slack icon to fix previous merge bugs

* Minor edits

* Add middleware

* Clean-up lint errors and test fetches

* Configured store with connect

* Refactored MessageList

* LoginView reafctored

* Cleanup unnecessary code

* Export action creators as individual functions and debug

* flip to localtunnel

* flip to localtunnel

* Moved Actions to their own directory

* Move Reducers to their own directory

* Move Components to their own directory

* Add Constants and Utils directories

* Fix linting errors

* Partial test and linting fixes

* Refactor reducers tests

* Refactor Actions tests

* Rename `Types.js` to `index.js` under FlowTypes & edit import statements

* Rename `convertScoreToColorAndEmoji.js` to `index.js` and edit references to it

* Rename `connectWithSlackHref.jsx` to `index.js`and edit reference to it

* Move code related to sockets into its own file

* Add TODO

* Fix Actions test for 'RECEIVED_CHANNEL_LIST' action

* Clean-up code and add flow annotations to Reducers

* Add TODOs for tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants