-
Notifications
You must be signed in to change notification settings - Fork 13
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
Strata - UI: Strata dashboard list #285
Conversation
Temporary Url for review: https://strr-platform-dev--pr-285-mfuh9g2p.web.app |
1 similar comment
Temporary Url for review: https://strr-platform-dev--pr-285-mfuh9g2p.web.app |
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.
Nice work 👍
page: { | ||
login: { | ||
redirectPath: '/auth/account/choose-existing' | ||
// options: { // allow all options? |
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.
good question I think we should allow everything for now
strr-strata-web/app/stores/strata.ts
Outdated
).map(app => ({ | ||
hotelName: app.registration.strataHotelDetails.brand.name, | ||
number: app.header.applicationNumber, | ||
type: 'Application', |
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.
probably would be good to have this and 'Registration' come from i18n?
})) | ||
} | ||
return [] | ||
}) |
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.
nice this is clean
Quality Gate passedIssues Measures |
Temporary Url for review: https://strr-platform-dev--pr-285-mfuh9g2p.web.app |
1 similar comment
Temporary Url for review: https://strr-platform-dev--pr-285-mfuh9g2p.web.app |
Issue:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the strr2 license (Apache 2.0).