-
Notifications
You must be signed in to change notification settings - Fork 1
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
MTBLS assignment after validation #139
base: development
Are you sure you want to change the base?
Conversation
…ciliation Email update issue fix and config fix
fix: fixes to create a study and update metadata use cases
…nd some null checks
@@ -27,7 +27,7 @@ <h3> | |||
> | |||
<div class="column"> | |||
<p class="has-text-centered"> | |||
<mat-icon>info</mat-icon> Once you create your study, you | |||
<mat-icon>info</mat-icon> Once you create a request, you |
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.
I would change the wording here, as 'request' is a little unclear - "Once you create a provisonal study - denoted by the identifier REQ (for request)..."
<p> | ||
Your study has been assigned the unique identifier | ||
Your study request has been assigned wit an identifier |
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.
same here, I would change the wording to something like provisional - 'creating a request is vague'- also need to correct spelling of 'wit'
<p *ngIf="study" class="step-title"> | ||
<a | ||
[ngClass]="{ 'has-text-grey': step < 2 }" | ||
(click)="redirectTo('info', null, 1)" | ||
> | ||
Study Created <br /> | ||
Request Created <br /> |
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.
Same here, 'Request Created' is a little vague, especially for users who have used metabolights before (but if the team is happy with it then I'm happy)
@@ -53,7 +53,7 @@ | |||
</div> | |||
<div class="timeline-item"> | |||
<div class="timeline-marker is-image is-32x32"> | |||
<img src="https://bulma.io/images/placeholders/32x32.png" /> | |||
<img src="assets/img/file.png" /> | |||
</div> |
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.
shouldn't call any asset simply 'file'
No description provided.