Skip to content

Enhancement modularize itemtableappbar actions #222

Closed
wants to merge 189 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
189 commits
Select commit Hold shift + click to select a range
9b0a11d
Updated ItemTable docs props and the library that is being used for t…
wrigh393 Feb 8, 2021
ecc3105
Removed duplicate columns in ItemTable
wrigh393 Feb 8, 2021
8623071
Updated ItemHeaderView docs to show the proper library that is being …
wrigh393 Feb 8, 2021
6229c48
Changed styling of ItemViewAppBar to fix how its displayed in the docs
wrigh393 Feb 8, 2021
02ab740
Updated the props to thier current names.
wrigh393 Feb 8, 2021
ad09aca
Updated TeamMemberCard docs to give a accurate summary of the component.
wrigh393 Feb 8, 2021
53c34ba
Update AuthProvider docs with a description of components function
wrigh393 Feb 8, 2021
186be65
More detailed explanation of the component in AuthProvider docs
wrigh393 Feb 8, 2021
24f9efa
Added ThemeProvider component to ItemBodyView docs to allow docs to p…
wrigh393 Feb 10, 2021
261775f
Added props necessary to get user alias
wrigh393 Feb 10, 2021
14ed84d
Implemented useEffect hook to get user Image based on their alias
wrigh393 Feb 15, 2021
ac9696b
Install Storybook dependencies
wrigh393 Mar 1, 2021
749b8a0
Storybook docs example using ItemTable
wrigh393 Mar 1, 2021
1e716bf
Merge branch 'enhancement-update-frontend-docs' into Enhancement-Stor…
wrigh393 Mar 10, 2021
365b4e1
Added global theme decorator to preview.js
wrigh393 Mar 12, 2021
2a08f9b
Update main.js in Storybook config to include mdx file type
wrigh393 Mar 12, 2021
b3289d4
Created Storyboook docs for components
wrigh393 Mar 12, 2021
a68d40f
Deleted uneccesary doc
wrigh393 Mar 12, 2021
4ac4e37
Updated Team story to show Team member profile image
wrigh393 Mar 12, 2021
ae4d802
Fixed links to other doc pages
wrigh393 Mar 12, 2021
652ef98
Changed the logo for docs
wrigh393 Mar 17, 2021
493ad74
Deleted duplicate columns in ItemTable
wrigh393 Mar 17, 2021
9cf0301
Fixed formatting errors
wrigh393 Mar 17, 2021
39ed274
Removed unnecessary prop expansion
wrigh393 Mar 17, 2021
922d5d3
Added userAlias to prop types
wrigh393 Mar 22, 2021
66470c8
Renammed state variable and function for getting image for clarity
wrigh393 Mar 22, 2021
c8e5499
Merge branch 'Feature-Load-Item-Headers-Only' into enhancement-user-i…
wrigh393 Mar 22, 2021
b6866e8
Impleted useItem hook to get alias from the active item, removed unec…
wrigh393 Mar 22, 2021
7f90ad0
Remove debug code
campb303 Mar 24, 2021
ffff828
Added toolbar icon for Dark mode controls in Storybook
wrigh393 Mar 24, 2021
2752898
Implemented toolbar action to allow users to toggle dark mode for com…
wrigh393 Mar 29, 2021
4c5a0e9
Changed storybook config folder name; updated package.json to work wi…
wrigh393 Mar 29, 2021
4591a56
Changed the Canvas background color
wrigh393 Mar 29, 2021
9d39de9
Implemented JSDocs to Storybook config files.
wrigh393 Mar 30, 2021
56e1939
Implemented "Loaded" docs for ItemBodyView
wrigh393 Mar 30, 2021
2086fca
Removed unnecessary import
wrigh393 Mar 31, 2021
cd71c1a
Removed template from Storyboook files to properly render code snippets
wrigh393 Mar 31, 2021
fa846eb
Implemented IIFE function to get UserAvatar image src URL
wrigh393 Mar 31, 2021
39f1615
Refactored UserAvatar component to use IIFE; Implemented error handling.
wrigh393 Apr 2, 2021
84a9fa3
Add docs link, fix formatting
campb303 Apr 5, 2021
2f9c4f0
Correct spelling
campb303 Apr 5, 2021
79e643e
Add docs link, fix formatting
campb303 Apr 5, 2021
9366880
Annotate globalTypes, remove nonexistant properties
campb303 Apr 5, 2021
037ae75
Refactor decorators for consistentcy
campb303 Apr 9, 2021
779f616
Installed packages necessary for implementing virtualization
wrigh393 Apr 9, 2021
dd297ac
Rough implementation of virtualization.
wrigh393 Apr 9, 2021
b499f8d
Removed custom row component; now rows are rendered in the original p…
wrigh393 Apr 9, 2021
fbb0866
Convert to 4 space indents
campb303 Apr 13, 2021
430242f
Add action docs link
campb303 Apr 13, 2021
4f6f486
Remove styleguidist integration
campb303 Apr 13, 2021
c83ef56
Added docs link and reformat
campb303 Apr 13, 2021
bf7950c
Docs links and formatting
campb303 Apr 13, 2021
f7eeca7
Update JSDoc
campb303 Apr 13, 2021
eeaad96
Remove class website resources
campb303 Apr 14, 2021
bd49edd
Add ^set[A-Z].* pattern match to actions
campb303 Apr 14, 2021
e2e7652
Remove old AppView doc
campb303 Apr 14, 2021
af6d0a5
Add setDarkMode prop
campb303 Apr 14, 2021
a6df963
Remove old doc
campb303 Apr 14, 2021
4a1388e
Update proptypes
campb303 Apr 14, 2021
be46fb2
Update stories
campb303 Apr 14, 2021
d2678e5
Remove old AuthProvider doc
campb303 Apr 14, 2021
7a85b62
Add AuthProvider context story
campb303 Apr 14, 2021
75d3597
Remove old CurrentBreakPoint docs
campb303 Apr 14, 2021
6a868b2
Update CurrentBreakPoint stories
campb303 Apr 14, 2021
285afb7
Correct AppView story name
campb303 Apr 14, 2021
4587b4c
Correct Assignment story name
campb303 Apr 14, 2021
145285f
Remove old DirectoryInformation docs
campb303 Apr 14, 2021
a7c6a54
Update DirectoryInformation stories
campb303 Apr 14, 2021
9a425d5
Remove old EmailHeader docs
campb303 Apr 14, 2021
b0b1415
Change default date value from UNIX epoch to dash
campb303 Apr 14, 2021
8a66130
Update EmailHeader stories
campb303 Apr 14, 2021
5f9e00f
Remove old ItemBodyView docs
campb303 Apr 14, 2021
d43d20f
Revert testing UI
campb303 Apr 14, 2021
2eee80b
Update ItemBodyView stories
campb303 Apr 14, 2021
6cf61c9
Add ArgsTable to ItemBodyView
campb303 Apr 14, 2021
14f1d72
remove old ItemHeaderView docs
campb303 Apr 14, 2021
0957555
Update ItemHeaderView stories
campb303 Apr 14, 2021
509be66
Remove unused Paper
campb303 Apr 14, 2021
73d948b
Remove old ItemMetadataView docs
campb303 Apr 14, 2021
558d5b3
Update ItemMetadataView stories
campb303 Apr 14, 2021
4f95175
Link to context provider pattern docs for AuthProvider story
campb303 Apr 14, 2021
9e73d1c
Remove old ItemProvider docs
campb303 Apr 14, 2021
d1f0722
Remove unused useEffect import from ItemProvider
campb303 Apr 14, 2021
696125f
Update ItemProvider stories
campb303 Apr 14, 2021
2f427c5
Remove old ItemTable docs
campb303 Apr 15, 2021
56a12bd
Update ItemTable Stories
campb303 Apr 15, 2021
9b75004
Remove all ItemTableAppBar docs
campb303 Apr 15, 2021
e267a69
Update ItemTableAppBar stories
campb303 Apr 15, 2021
e2f8bf3
Add alert function to AppView story
campb303 Apr 15, 2021
6c57669
Remove old ItemTableCell docs
campb303 Apr 15, 2021
c48813e
Update ItemTableCell stories
campb303 Apr 15, 2021
6cca2ec
Remove old ItemTableFilter docs
campb303 Apr 16, 2021
c35189b
Update ItemTableFilter onChange docs
campb303 Apr 16, 2021
590c91b
Update ItemTableFilter stories
campb303 Apr 16, 2021
fc3d52b
Remove unused import, fix URL in ItemTableFilter story
campb303 Apr 16, 2021
10f678a
Remove old ItemView docs
campb303 Apr 16, 2021
5a3ec95
Update ItemView with context decorator
campb303 Apr 16, 2021
9796228
Remove old ItemViewAppBar docs
campb303 Apr 19, 2021
c49e9d6
Update ItemViewAppBar PropTypes
campb303 Apr 19, 2021
6a1f821
Update ItemViewAppBar stories
campb303 Apr 19, 2021
f217e8c
Add link to MUI TableCell in ItemTableCell props
campb303 Apr 19, 2021
07dd165
Add MUI TableCell link to ItemTableCell stories
campb303 Apr 19, 2021
ec11307
Remove old LastUpdatedCell
campb303 Apr 19, 2021
9ea0c53
Update LastUpdatedCell PropTypes
campb303 Apr 19, 2021
9dd19a9
Update LastUpdatedCell stories
campb303 Apr 19, 2021
ec85488
Remove old LoginForm docs
campb303 Apr 19, 2021
3671e7d
Update LoginForm stories
campb303 Apr 19, 2021
9c7d9a1
Remove old MessageView docs
campb303 Apr 19, 2021
b60a065
Remove datetime prop default from MessageView
campb303 Apr 19, 2021
fb9a3c0
Update MessageView stories
campb303 Apr 19, 2021
2dc0a42
Remove old ParseError docs
campb303 Apr 19, 2021
72b3c0d
Update ParseError stories
campb303 Apr 19, 2021
7fe997e
Refactor PrivateRoute prop types
campb303 Apr 19, 2021
eb6e5ff
Update PrivateRoute stories
campb303 Apr 19, 2021
6588427
Remove old QueueSelector docs
campb303 Apr 19, 2021
a778330
Update QueueSelector stories
campb303 Apr 19, 2021
79f861d
Remove TeamMemberCard component
campb303 Apr 19, 2021
5c69e11
Update TimelineActionCard PropTypes
campb303 Apr 19, 2021
1c0d212
Update TimelineActionCard stories
campb303 Apr 19, 2021
e11aa47
Remove old TimelineActionCard docs
campb303 Apr 19, 2021
cb877f6
Remove old TimelineSkeleton docs
campb303 Apr 19, 2021
726b00e
Update TimelineSkeleton stories
campb303 Apr 19, 2021
fa2f988
Remove old UserAvatar docs
campb303 Apr 19, 2021
bceeb5a
Update UserAvatar stories
campb303 Apr 19, 2021
30040cc
Remove TeamMemberCard assets
campb303 Apr 19, 2021
da3c89e
Remove Dev Logs
campb303 Apr 19, 2021
c6cadc7
Remove outdates Dev Environment setup guide
campb303 Apr 19, 2021
c5f1ad3
Move UI snapshots and update Readme
campb303 Apr 19, 2021
58458da
Remove hard coded issue media
campb303 Apr 19, 2021
3496894
Rename storybook config to storybook-config
campb303 Apr 19, 2021
cf6c47e
Change storybook build dir to build-docs
campb303 Apr 19, 2021
3705e04
Update QueueSelector.stories.mdx
campb303 Apr 19, 2021
e4ca2f8
Added CSS classes to TableBody component to render ItemTable with one…
wrigh393 Apr 19, 2021
eae9772
Revert "Merge branch 'master' into staging"
campb303 Apr 19, 2021
c40f5d6
Merge branch 'Enhancement-Storybook-Docs' into staging
campb303 Apr 19, 2021
ecd17f4
Remove duplicate toolbar
campb303 Apr 19, 2021
d691d56
Merge pull request #198 from ECN/Enhancement-Storybook-Docs
campb303 Apr 19, 2021
288fe58
Changed the display property of the TableBody component to allow Auto…
wrigh393 Apr 19, 2021
5ccc232
Remove stale files
campb303 Apr 19, 2021
c8a7bdc
Replaced GitHub image with local import and load URL from env
campb303 Apr 19, 2021
2a12664
Merge pull request #205 from ECN/remove-external-storybook-deps
campb303 Apr 19, 2021
6cd750f
Replace uncalled function with IIFE
campb303 Apr 20, 2021
febb0c1
Merge branch 'enhancement-user-image-service' into staging
campb303 Apr 21, 2021
2e0376c
Update ItemBodyView props in story
campb303 Apr 21, 2021
11e0232
Mock API call for ItemView
campb303 Apr 21, 2021
ef29fdf
Pass extra props to Avatar in UserAvatar
campb303 Apr 21, 2021
8e00db2
Add user image lookup examples to UserAvatar story
campb303 Apr 21, 2021
7d57ef9
Added Paper component to ItemHeaderView, ItemTable, ItemTableFilter, …
wrigh393 Apr 21, 2021
342db23
Remove Paper from ItemHeaderView
campb303 Apr 22, 2021
8eeca75
Remove Paper form ItemTable
campb303 Apr 22, 2021
01e9329
Fix Paper margin in QueueSelector
campb303 Apr 22, 2021
fb00034
Merge branch 'enhancement-add-paper-to-components' into staging
campb303 Apr 22, 2021
6ead4b5
Remove unused styles from ItemTable
campb303 Apr 29, 2021
173c93f
Removed unneccsary className prop
wrigh393 May 5, 2021
ff6e646
Merge branch 'enhancement-ItemTable-virtualization' of github.itap.pu…
campb303 May 5, 2021
d12aa22
Create Playground component for testing code snippets
campb303 May 5, 2021
8e2989e
Clarify comments
campb303 May 5, 2021
06b93ae
Replace FixedSizeList height with 100%
campb303 May 5, 2021
2d95d14
Reorder imports in ItemTable
campb303 May 5, 2021
529f240
Merge branch 'enhancement-ItemTable-virtualization' into staging
campb303 May 5, 2021
ae6641c
Remove testing dependencies
campb303 May 5, 2021
2a43059
Remove testing command
campb303 May 5, 2021
d62dc26
Remove venv freeze command
campb303 May 5, 2021
5362301
Regenerate package-lock
campb303 May 5, 2021
219f072
Dark mode loading animation for ItemTable
campb303 May 7, 2021
2bbb316
Add debug output to gunicorn start
campb303 Jun 24, 2021
9d7131f
Changed Autocomplete loading prop value to be same as loading variabl…
wrigh393 Jun 29, 2021
4cf1888
Modify noOptionsText to indicate what queue does not exist
campb303 Jul 8, 2021
09776be
Merge pull request #218 from ECN/bugfix-queueselector-loading-when-qu…
campb303 Jul 8, 2021
a1f5f6c
Remove old API files
campb303 Jul 12, 2021
888e1bb
Update requirements to point to new API package on GitHub
campb303 Jul 12, 2021
38736e6
Update npm run start:api command to point to new WSGI path
campb303 Jul 12, 2021
bbc4e66
Update object references to snake case
campb303 Jul 12, 2021
8c484d7
Merge pull request #219 from ECN/enhancement-merge-stable-api
campb303 Jul 12, 2021
74d139c
Fixed missing bracket
wrigh393 Jul 12, 2021
dc4a4cf
Implemented code for getting response info when error occurs
wrigh393 Jul 12, 2021
1931506
Implemented UI for showing error code and status message on failed AP…
wrigh393 Jul 12, 2021
305d694
Added appropriate icon for error UI; reformatted error UI text to emp…
wrigh393 Jul 14, 2021
1fad3bd
Remove unused state variable
campb303 Jul 14, 2021
759b164
Revert "Remove unused state variable"
campb303 Jul 14, 2021
99e8086
Refactor error message into its own component and cleanup ternary
campb303 Jul 14, 2021
861aea2
Refactor error message state variable to support dynamic error messag…
campb303 Jul 14, 2021
fd194f5
Merge pull request #220 from ECN/feature-handle-api-status
campb303 Jul 14, 2021
7fa17c5
Downgrade Storybook to avoid breaking eslint-loader deprecation
campb303 Jul 16, 2021
72fd802
Remove Meta component whitespace to avoid mdx-js parsing error
campb303 Jul 16, 2021
59518c6
Create ItemTableAppBarAction component with docs
campb303 Jul 16, 2021
ebb4e11
Add actions prop to ItemTableAppBar to use ItemTableAppBarAction comp…
campb303 Jul 16, 2021
e314bbd
Update ItemTableAppBar docs to include new actions prop
campb303 Jul 16, 2021
5443366
Refactor to support ItemTableAppBar actions
campb303 Jul 16, 2021
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
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
STORYBOOK_BRAND_URL="https://engineering.purdue.edu/webqueue/webqueue2/build"
41 changes: 0 additions & 41 deletions .github/ISSUE_TEMPLATE/bug-report----.md

This file was deleted.

33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/feature-request---.md

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# React Build Files
/build

# Storybook Build Files
/build-docs

# React local environment files
.env.local
.env.development.local
Expand Down
256 changes: 0 additions & 256 deletions Dev Environment Setup Guide.md

This file was deleted.

Loading