-
Notifications
You must be signed in to change notification settings - Fork 0
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
PB-15d: Install bot to slack workspace #21
Conversation
Needs a proper way to maintain a uri for accessing backend api with the next server. Right now hardcoded to be http://backend:3000 edit: done |
redirect flow when requests finishes or fails serverside also needs to be discussed edit: discussed |
6ebcc52
to
89f1af0
Compare
12d502b
to
cbaebb7
Compare
application/next-frontend/src/Landing/scenarios/Header/components/AddToSlackButton.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ❤️
Så i grunn nice ut, men noe små greier. Ikke sikkert man trenger å gjøre alt nå i første omgang, så kan eventuelt bare legge det til i backlog for senere. |
… serverside calls
6c2fe54
to
0e48a0d
Compare
lgtm! noen småting bare har også testen denne på min, og funker 🗻 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM🚀
3e10927
to
66678c2
Compare
* PB-15d: adds button and redirect link for adding bot to workspace * PB-15d: reworked login and adding to slack to run serverside * PB-15d: reworked defention of api-endpoint-uri to seperate client and serverside calls * PB-15: Fixes workflow and envs for calling backend serverside * PB-15d: small styling on login and add to workspace flow * chore: Remove and adds comments * fix: sets frontenduri to new frontend * fix: removes misplaced quotation marks * PB-15d: adds better error feedback to user * ci: implements lint-staged and typechecking * ci: sets up prod envs for next-frontend when building * chore: changes to console.error and removes throw Fetch restaurants in new frontend (#23) * created hook for fetching restaurants * moved every check to a big ternary Bugfix lmdb installation (#25) * PB-15d: adds button and redirect link for adding bot to workspace * PB-15d: reworked login and adding to slack to run serverside * PB-15d: reworked defention of api-endpoint-uri to seperate client and serverside calls * PB-15: Fixes workflow and envs for calling backend serverside * PB-15d: small styling on login and add to workspace flow * chore: Remove and adds comments * fix: sets frontenduri to new frontend * fix: removes misplaced quotation marks * PB-15d: adds better error feedback to user * ci: implements lint-staged and typechecking * ci: sets up prod envs for next-frontend when building * Bugfix; lmdb return value * Bugfix; None value check --------- Co-authored-by: stianjsu <stianjsu@gmail.com> Mutation reqs (#26) * Demo for post reqs * PB-30B: Layout for mutation + toggle active status * PB-30B: Linter happy? * PB-30B: prøver på nytt * PB-30b: some refactoring + support for post and delete * PB-30b: more refactoring * PB-30b: refatoring * PB-30b: typo create hook for events called useEvents wip: proposed solution to post events with helper functions wip: useEvents and posting events add useEVent in CreateEventCard components create hook for events called useEvents wip: useEvents and posting events add useEVent in CreateEventCard components small typos implement events with restaurants posting and displaying events now working
* PB-15d: adds button and redirect link for adding bot to workspace * PB-15d: reworked login and adding to slack to run serverside * PB-15d: reworked defention of api-endpoint-uri to seperate client and serverside calls * PB-15: Fixes workflow and envs for calling backend serverside * PB-15d: small styling on login and add to workspace flow * chore: Remove and adds comments * fix: sets frontenduri to new frontend * fix: removes misplaced quotation marks * PB-15d: adds better error feedback to user * ci: implements lint-staged and typechecking * ci: sets up prod envs for next-frontend when building * chore: changes to console.error and removes throw
* PB-15d: adds button and redirect link for adding bot to workspace * PB-15d: reworked login and adding to slack to run serverside * PB-15d: reworked defention of api-endpoint-uri to seperate client and serverside calls * PB-15: Fixes workflow and envs for calling backend serverside * PB-15d: small styling on login and add to workspace flow * chore: Remove and adds comments * fix: sets frontenduri to new frontend * fix: removes misplaced quotation marks * PB-15d: adds better error feedback to user * ci: implements lint-staged and typechecking * ci: sets up prod envs for next-frontend when building * chore: changes to console.error and removes throw Fetch restaurants in new frontend (#23) * created hook for fetching restaurants * moved every check to a big ternary Bugfix lmdb installation (#25) * PB-15d: adds button and redirect link for adding bot to workspace * PB-15d: reworked login and adding to slack to run serverside * PB-15d: reworked defention of api-endpoint-uri to seperate client and serverside calls * PB-15: Fixes workflow and envs for calling backend serverside * PB-15d: small styling on login and add to workspace flow * chore: Remove and adds comments * fix: sets frontenduri to new frontend * fix: removes misplaced quotation marks * PB-15d: adds better error feedback to user * ci: implements lint-staged and typechecking * ci: sets up prod envs for next-frontend when building * Bugfix; lmdb return value * Bugfix; None value check --------- Co-authored-by: stianjsu <stianjsu@gmail.com> Mutation reqs (#26) * Demo for post reqs * PB-30B: Layout for mutation + toggle active status * PB-30B: Linter happy? * PB-30B: prøver på nytt * PB-30b: some refactoring + support for post and delete * PB-30b: more refactoring * PB-30b: refatoring * PB-30b: typo create hook for events called useEvents wip: proposed solution to post events with helper functions wip: useEvents and posting events add useEVent in CreateEventCard components create hook for events called useEvents wip: useEvents and posting events add useEVent in CreateEventCard components small typos implement events with restaurants posting and displaying events now working
Implements functionality for installing the bot to a workspace through the button on landing page.
Also reworks callback-pages to do login and install requests server side. See comment further down