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

Release v1.0 #597

Merged
merged 46 commits into from
Mar 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
d3dbb3d
Remove amplify backend (#524)
daltonfury42 Feb 6, 2021
ccca912
Async actions for Queue Status and My Queues API calls (#522)
mradenovic Feb 7, 2021
0b201b8
Add gitter chat badge (#530)
daltonfury42 Feb 7, 2021
9603ccc
Pick api base url from config. (#525)
daltonfury42 Feb 8, 2021
a318b38
Remove unused backend env amplify (#532)
daltonfury42 Feb 8, 2021
d031733
Add LoadingStatus Component (#531)
mradenovic Feb 11, 2021
52201c5
Move auth0 out of async actions. (#535)
mradenovic Feb 12, 2021
a08c458
Use storybook for components development (#533)
mradenovic Feb 12, 2021
ebb704f
Add PropTypes to Loading component (#536)
mradenovic Feb 12, 2021
864ea99
Update CODEOWNERS (#538)
daltonfury42 Feb 13, 2021
c60107d
Cleaned up lots of ugly import statements (#541)
maaverik Feb 13, 2021
d56974b
Use async actions for token status page (#526)
daltonfury42 Feb 14, 2021
f03d861
Tour guide implementation: Implemented the suggested changes. (#539)
promarcussmith Feb 14, 2021
d4ff9a9
Refactor join page (#542)
mradenovic Feb 14, 2021
89721d6
added star button (#540)
prabureddy Feb 14, 2021
fe5b9e2
Refactor home page (#544)
mradenovic Feb 19, 2021
7e8c770
Mock auth0 in storybook (#546)
mradenovic Feb 19, 2021
723aaa3
Changed createJoinForm to use redux actions (#553)
maaverik Feb 21, 2021
67237fb
Refactor admin page (#550)
mradenovic Feb 22, 2021
a4b94d5
Add anonymous UUID to unauthinticated API Calls (#554)
daltonfury42 Feb 27, 2021
7eac3c3
Fix security vulnerabilities (#557)
hallelshohat Feb 27, 2021
791023b
Moved token and getUserQueues selectors to prevent useless side effec…
maaverik Feb 28, 2021
e881dc3
Fixed broken queue details in admin page, removed unused hooks and co…
maaverik Feb 28, 2021
1456664
Refactor status page (#562)
mradenovic Mar 3, 2021
6250187
Fix useDeleteQueue to immediately return expression (#566)
kabaliisa Mar 4, 2021
505d121
Fix return statement to immediately expression (#564)
kabaliisa Mar 4, 2021
f00c95d
Fix return statement to immediately return data (#563)
kabaliisa Mar 4, 2021
865ba2c
Remove Stale Comments from ErrorHandler and others (#572)
daltonfury42 Mar 6, 2021
364dd20
Delete unused file aws-exports.js (#571)
daltonfury42 Mar 6, 2021
d68ae70
Revert "Fix async actions to immediately return expression" (#569)
daltonfury42 Mar 6, 2021
69bdc38
Fix: remove commented out code (#573)
kabaliisa Mar 6, 2021
dbbbd58
smell issue#21- return authedRequest (#574)
ME-ON1 Mar 8, 2021
56f7512
Footer Greeting (#575)
daltonfury42 Mar 11, 2021
fd309be
Change: rename files as per sonarqube (#576)
kabaliisa Mar 12, 2021
1a8ac48
Change: rename files (#565)
kabaliisa Mar 17, 2021
e78f6b8
Added deployment process, remove Hall of Frame (#578)
daltonfury42 Mar 18, 2021
31e7502
Request refresh tokens from client side (#580)
daltonfury42 Mar 20, 2021
cf3dfa6
Use Typeform for Contact Us (#581)
daltonfury42 Mar 20, 2021
5285174
Handle token add/remove in selectedQueueSlice (#582)
daltonfury42 Mar 21, 2021
6c8f9e7
Centralised request updates and failures (#583)
daltonfury42 Mar 21, 2021
2e3b68e
Prevent failed call with queueId undefined (#584)
daltonfury42 Mar 21, 2021
d3a721b
Fix for loading component failure breaking user flow + reverting toke…
maaverik Mar 23, 2021
8d8520a
Show spiner on first load in token status page (#591)
mradenovic Mar 23, 2021
f315485
Fix Shaky Sidepanel (#592)
daltonfury42 Mar 24, 2021
f995055
Rename QueueStatus/QueueStats to QueueInfo (#593)
daltonfury42 Mar 24, 2021
37dce3c
CSS Optimisations for small screen: Fix token and header sections (#596)
navaneeth-spotnana Mar 27, 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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @maaverik @daltonfury42
* @maaverik @daltonfury42 @mradenovic
1 change: 0 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AmplifyAppId: ${{ secrets.AmplifyAppId }}
BackendEnvARN: ${{ secrets.BackendEnvARN }}
AWS_REGION: 'ap-southeast-1'
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Build and Deploy](https://img.shields.io/github/issues/SimplQ/simplQ-frontend)
![Build and Deploy](https://img.shields.io/github/license/SimplQ/simplQ-frontend)
![Gitter](https://img.shields.io/gitter/room/SimplQ/community)

[SimplQ](https://simplq.me) is a completely web based queue management solution that anyone can use to create instant virtual queues. Check us out on [ProductHunt](https://www.producthunt.com/posts/simplq) to know more and do upvote!

Expand Down Expand Up @@ -42,6 +43,7 @@ This [readme](/simplq/readme.md) file details the file structure and tools used.

Implementation Roadmap: https://github.com/SimplQ/simplQ-frontend/issues/207

# Hall of Frame

[![](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/images/0)](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/links/0)[![](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/images/1)](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/links/1)[![](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/images/2)](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/links/2)[![](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/images/3)](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/links/3)[![](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/images/4)](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/links/4)[![](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/images/5)](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/links/5)[![](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/images/6)](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/links/6)[![](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/images/7)](https://sourcerer.io/fame/daltonfury42/SimplQ/simplQ-frontend/links/7)
# Deploy

Changes to master are automatically deployed to [dev.simplq.me/](https://dev.simplq.me/). Periodically, we inspect dev and promote it to [simplq.me](https://simplq.me).
6 changes: 5 additions & 1 deletion simplq/.storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
module.exports = {
stories: ['../src/**/*.stories.jsx'],
addons: [
'@storybook/addon-essentials',
'@storybook/preset-create-react-app',
'@storybook/addon-actions',
'@storybook/addon-links',
],
webpackFinal: (config) => {
config.resolve.alias['@auth0/auth0-react'] = require.resolve('../src/__mocks__/auth0.js');
return config;
},
};
7 changes: 7 additions & 0 deletions simplq/.storybook/preview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import reduxDecorator from '__mocks__/reduxDecorator';
import auth0Decorator from '__mocks__/auth0';

export const decorators = [reduxDecorator, auth0Decorator];
export const parameters = {
actions: { argTypesRegex: '^on[A-Z].*' },
};
15 changes: 0 additions & 15 deletions simplq/amplify/.config/project-config.json

This file was deleted.

This file was deleted.

Loading