We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to develop the alert API response to feed into the update banners:
The alert component for the platform-api expects this api response:
[{ level: AlertLevel; title: string; message?: string; dismissable: boolean; }, ...]
Type AlertLevel = 'error' | 'warning' | 'info'
AlertLevel
'error' | 'warning' | 'info'
We don't really need durable storage for the banner. We will use a env vriable and github:
The workflow for BA or bioinformatics team to add a banner will be to make a PR to update Banner, go to jenkins and deploy button for banner job.
The text was updated successfully, but these errors were encountered:
joneubank
No branches or pull requests
We need to develop the alert API response to feed into the update banners:
The alert component for the platform-api expects this api response:
Type
AlertLevel
='error' | 'warning' | 'info'
Implementation
We don't really need durable storage for the banner. We will use a env vriable and github:
The workflow for BA or bioinformatics team to add a banner will be to make a PR to update Banner, go to jenkins and deploy button for banner job.
Expected Behavior from this ticket
The text was updated successfully, but these errors were encountered: