-
Notifications
You must be signed in to change notification settings - Fork 11
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
meghanprestemon
wants to merge
7
commits into
databraid-dashboard:master
Choose a base branch
from
meghanprestemon:readme
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update README - Usage #37
meghanprestemon
wants to merge
7
commits into
databraid-dashboard:master
from
meghanprestemon:readme
Conversation
This file contains 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
* 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
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.