Update README - Usage#37
Open
meghanprestemon wants to merge 7 commits intodatabraid-dashboard:masterfrom
Open
Conversation
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.