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

Sharks - Jande, Ivana & Emily #27

Open
wants to merge 101 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
101 commits
Select commit Hold shift + click to select a range
b4801ba
initial setup
emilyschell Jun 27, 2022
e7167b7
fixes react app setup
emilyschell Jun 27, 2022
97de332
adds components and skeleton CSS for Card and UpdateBoardForm, some c…
emilyschell Jun 28, 2022
bde67de
fixes numerous problems, adds callbacks for Card component to draft B…
emilyschell Jun 29, 2022
b6d42a8
Added Axios methods to post, get, and delete one board
janderoyalty Jun 29, 2022
9451206
small change on delete method
janderoyalty Jun 29, 2022
36d5340
Merge pull request #1 from emilyschell/jande
janderoyalty Jun 29, 2022
bf45a32
adds new boardList and newCardForm files.
maldonado-ivana Jun 29, 2022
760ae8a
Merge pull request #2 from emilyschell/ivana-branch
maldonado-ivana Jun 29, 2022
ec680de
reconciles with main, fixes typos, edits Board.js to combine function…
emilyschell Jun 29, 2022
fb0be27
Merge pull request #3 from emilyschell/emily-branch
emilyschell Jun 29, 2022
28dc1c8
edit BoardList component
janderoyalty Jun 29, 2022
b215468
Merge pull request #4 from emilyschell/jande
janderoyalty Jun 29, 2022
4d7c189
adds update card form and renders in card component with callback pas…
emilyschell Jun 29, 2022
a980cc4
changes App to only display Board if selected is available, sets defa…
emilyschell Jun 29, 2022
1930155
adds sortMenu with stylesheet, adds sort functionality to Board compo…
emilyschell Jun 30, 2022
4d69765
puts cards in flexbox
emilyschell Jun 30, 2022
7c0f8c5
Added New Board Form
janderoyalty Jun 30, 2022
192969f
Merge branch 'main' into jande
janderoyalty Jun 30, 2022
05f3dbc
Merge pull request #5 from emilyschell/jande
janderoyalty Jun 30, 2022
4bfc270
fix error
janderoyalty Jun 30, 2022
276cb0c
Merge branch 'main' of https://github.com/emilyschell/front-end-inspi…
emilyschell Jun 30, 2022
7d14eac
Adds new card form
maldonado-ivana Jun 30, 2022
14f663b
Merge branch 'main' into emily-branch
emilyschell Jun 30, 2022
f3978cb
Merge pull request #6 from emilyschell/emily-branch
emilyschell Jun 30, 2022
af6c2a8
remerge to get new board function back at the top
janderoyalty Jun 30, 2022
86bbd3b
Merge branch 'main' into jande
janderoyalty Jun 30, 2022
e79b909
Merge pull request #7 from emilyschell/jande
janderoyalty Jun 30, 2022
50d734d
fixes addNewCardForm and delete board button
emilyschell Jun 30, 2022
de2fff2
refactors sortMenu to be more semantic, adds css to accommodate
emilyschell Jun 30, 2022
e88d897
Merge branch 'main' into emily-branch
emilyschell Jun 30, 2022
75d8220
adds alerts for missing title, owner, message input or message over 4…
emilyschell Jun 30, 2022
1ec22df
adds PropTypes to SortMenu and Board
emilyschell Jun 30, 2022
19d33d1
Merge pull request #8 from emilyschell/emily-branch
emilyschell Jun 30, 2022
0782964
added PropTypes to New Board and Card Forms
janderoyalty Jul 1, 2022
2fbfb9d
Merge pull request #9 from emilyschell/jande
janderoyalty Jul 1, 2022
7085c5e
boardlist sort working, in-progress css layout
janderoyalty Jul 1, 2022
fdb64cc
Merge pull request #10 from emilyschell/jande
janderoyalty Jul 1, 2022
b9b3cfc
delete button working, small css changes to SortMenu
janderoyalty Jul 1, 2022
061dcb0
adds sort icon for board and card
janderoyalty Jul 1, 2022
164bf2b
Merge pull request #11 from emilyschell/jande
janderoyalty Jul 1, 2022
dce9d15
Moves update board, adds New Card and New Board icons
janderoyalty Jul 2, 2022
961318c
Merge pull request #12 from emilyschell/jande
janderoyalty Jul 2, 2022
786b34a
Adds color and size options for icons, moves NewBoardForm component t…
janderoyalty Jul 2, 2022
3125ec8
BoardList background is a letter board
janderoyalty Jul 7, 2022
fb0ac29
Merge pull request #13 from emilyschell/side-reveal-menu
janderoyalty Jul 7, 2022
8a595ba
adds BardList, Navbar, and SideBar files
janderoyalty Jul 7, 2022
2c75f07
Merge branch 'main' of https://github.com/emilyschell/front-end-inspi…
janderoyalty Jul 7, 2022
71e5c8c
adds cork background, changes formating on letter board sort menu
janderoyalty Jul 7, 2022
122dc1a
Merge pull request #14 from emilyschell/side-reveal-menu
janderoyalty Jul 7, 2022
4d9486b
Adds font treatment to cork board
janderoyalty Jul 8, 2022
a3ec25b
Merge pull request #15 from emilyschell/side-reveal-menu
janderoyalty Jul 8, 2022
0fa15f5
minor changes to app.css and board.css
janderoyalty Jul 18, 2022
fc8724f
Merge pull request #16 from emilyschell/side-reveal-menu
janderoyalty Jul 18, 2022
b50c4fd
Errors gone (jest: package.json, css import SortBoardMenu)
janderoyalty Jul 18, 2022
d0d76dc
adds confirmation check on delete board with new component plus css
emilyschell Jul 18, 2022
34978eb
adds setSelected line to update board information displayed on board …
emilyschell Jul 18, 2022
322847f
fixes bug in update and add board that was giving alert but still pro…
emilyschell Jul 18, 2022
1415124
Merge pull request #17 from emilyschell/emily-branch
emilyschell Jul 18, 2022
de58759
selected board title changes color in board menu
emilyschell Jul 18, 2022
f94e43a
changes Update Board and Add New Card appearance on corkboard
janderoyalty Jul 19, 2022
0eae44d
changes Sort Menu appearance on corkboard
janderoyalty Jul 19, 2022
c295b87
Merge pull request #18 from emilyschell/jande
janderoyalty Jul 19, 2022
6ad3b9b
corkboard scrolls, centers board sort
janderoyalty Jul 19, 2022
329ec0e
Merge pull request #19 from emilyschell/jande
janderoyalty Jul 19, 2022
0c1ae33
changes cursor to pointer for ul on boardlist and icons
janderoyalty Jul 19, 2022
725162a
Merge branch 'jande'
janderoyalty Jul 19, 2022
e467945
fixes delete board toggle on click
janderoyalty Jul 19, 2022
41edf1b
Merge branch 'jande'
janderoyalty Jul 19, 2022
9c0d125
fixes toggle update board and add new card
janderoyalty Jul 19, 2022
3c8753f
card sort function converts strings to lower first
emilyschell Jul 20, 2022
2bfaedd
merges pull with last commit and fixes sort function for boards to ac…
emilyschell Jul 20, 2022
52f14e2
removes yarn.lock file
emilyschell Jul 20, 2022
7e07ac4
try changing import paths
emilyschell Jul 20, 2022
2b82dd9
try reordering import statements
emilyschell Jul 20, 2022
998b21d
tries refactoring getCards useEffect call
emilyschell Jul 20, 2022
5fb8f66
Delete src/components directory
emilyschell Jul 20, 2022
7e374f1
trying to delete lowercase components folder
emilyschell Jul 20, 2022
959a4a0
merge removal of lowercase components folder
emilyschell Jul 20, 2022
ed09cac
Delete src/components directory
emilyschell Jul 20, 2022
9812fb1
re-adds board and board.css after removal
emilyschell Jul 20, 2022
93f3aae
removes unexpected space
emilyschell Jul 20, 2022
0b1deef
removes a bunch of spaces
emilyschell Jul 20, 2022
d688db8
clean up extra spaces and organize import statements
emilyschell Jul 20, 2022
4000131
makes default value in update forms existing data
emilyschell Jul 20, 2022
3018fdd
change title and favicon
emilyschell Jul 20, 2022
84cdd2e
delete favicon so can re-add different
emilyschell Jul 20, 2022
6d9bcd0
adds new favicon
emilyschell Jul 20, 2022
cc5d2ab
tinkering with favicon, deletes empty css file
emilyschell Jul 20, 2022
fed27be
puts forms and css files in separate folders under components folder
emilyschell Jul 20, 2022
67f30ff
refactor updateBoardForm for DRYness
emilyschell Jul 20, 2022
a5a3fab
adds push pin icons to cards
maldonado-ivana Jul 20, 2022
9bfe433
adds heading and some css changes
emilyschell Jul 21, 2022
30de6b7
Merge pull request #20 from emilyschell/emily-branch
emilyschell Jul 21, 2022
6b90258
remove default values in update forms due to bugs
emilyschell Jul 21, 2022
19ff9c4
adds hamburger menu
janderoyalty Jul 21, 2022
762fd26
merge changes to hamburger menu
emilyschell Jul 21, 2022
d29e3a2
changes board menu icons
janderoyalty Jul 22, 2022
3e49bc2
changes menu layout
janderoyalty Jul 22, 2022
6ce0a89
cleans up code
janderoyalty Jul 22, 2022
ce54130
changes menu
janderoyalty Jul 22, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,26 @@ yarn-error.log*
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
71 changes: 68 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,70 @@
# Inspiration Board: Front-end Layer
# Getting Started with Create React App

This scaffold only includes a `.gitignore` file.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

To get started, follow the setup directions described in the project.
## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can't go back!**

If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).

### Code Splitting

This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)

### Analyzing the Bundle Size

This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)

### Making a Progressive Web App

This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)

### Advanced Configuration

This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)

### Deployment

This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)

### `npm run build` fails to minify

This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
5 changes: 5 additions & 0 deletions README.old.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Inspiration Board: Front-end Layer

This scaffold only includes a `.gitignore` file.

To get started, follow the setup directions described in the project.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading