Skip to content

Enhancement Storybook docs #198

Merged
merged 144 commits into from
Apr 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
144 commits
Select commit Hold shift + click to select a range
1dd473c
Implementation of headers only by passing a boolean to the Item class…
Nov 2, 2020
afaaf81
update documentation for header-only and more efficient jsondata defi…
Nov 3, 2020
0123593
Remove debugging comments
Nov 29, 2020
db08a0f
Change wholeItem to headersOnly and add to Item, Queue and loadAllQueues
Nov 29, 2020
5dc0aa7
Update docs
Nov 29, 2020
21f347c
Update docs
Nov 29, 2020
d8225d8
Add headersOnly flags to API
Nov 30, 2020
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
fd49dd7
Add headersOnly to docstrings
campb303 Feb 21, 2021
f960cd3
Make Queue objects iterable
campb303 Feb 21, 2021
c435fe1
Update iterable interface to avoid parse error
campb303 Feb 21, 2021
6a1b660
Add example to Queue endpoint docs
campb303 Feb 21, 2021
f52daa5
Merge branch 'staging' into Feature-Load-Item-Headers-Only
campb303 Feb 22, 2021
748a49c
Fix Queue endpoint error from merge
campb303 Feb 22, 2021
666135f
Create ItemProvider w/ Docs
campb303 Feb 22, 2021
27f9fba
Replace activeItem state variable with context provider values
campb303 Feb 22, 2021
abb9a79
Implement code for testing skeleton view UI in ItemBodyView
wrigh393 Feb 22, 2021
c73fb0e
WIP Skeleton view for ItemTable
wrigh393 Feb 23, 2021
4b12f9e
Merge branch 'Feature-Load-Item-Headers-Only' of github.itap.purdue.e…
wrigh393 Feb 23, 2021
c343963
Refactored queue loading
campb303 Feb 23, 2021
b0173b9
Merge branch 'Feature-Load-Item-Headers-Only' of github.itap.purdue.e…
campb303 Feb 23, 2021
5fcb7d7
Implement loading UI
campb303 Feb 23, 2021
ffeb3fe
Remove feature placeholder
campb303 Feb 23, 2021
25f0635
Replace prop with context
campb303 Feb 23, 2021
75de4ad
Remove debug logging
campb303 Feb 23, 2021
d4961b5
Remove hardcoded ID for uniqueness
campb303 Feb 23, 2021
0470bbe
Create timeline skeleton loader
campb303 Feb 23, 2021
abf98df
Add support for static files to react-styleguidist
campb303 Feb 23, 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
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
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
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
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
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