-
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
Analyses results view #2016
base: master
Are you sure you want to change the base?
Analyses results view #2016
Conversation
Todo:
|
Size Change: +10.1 kB (0%) Total Size: 2.68 MB
ℹ️ View Unchanged
|
I'm currently observing a race condition. |
src/app/components/audio-recordings/pages/analysis-results/analyses-results.component.ts
Outdated
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.
I think it's important you discuss with me API deficiencies before you code around them. Maybe it is something that can be fixed, maybe your understanding is incorrect.
Why are you using promises when observables are supported by the async pipe as well?
Okay looks promising but I'd say another solid pass is needed.
<span class="whitespace-indentation" *ngFor="let i of indentation()"> | ||
<baw-directory-whitespace | ||
[isFolder]="isFolder" | ||
[open]="open" | ||
></baw-directory-whitespace> | ||
</span> |
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.
how about our custom directive accepts an indentation and just uses a single element with variable width?
...onents/audio-recordings/components/analyses-download/analysis-download-row.component.spec.ts
Outdated
Show resolved
Hide resolved
.../components/audio-recordings/components/analyses-download/analysis-download-row.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/audio-recordings/pages/analysis-results/analyses-results.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/audio-recordings/pages/analysis-results/analyses-results.component.ts
Outdated
Show resolved
Hide resolved
I know this is a big PR, so thanks for the review. I'm going through the requested changes now and will get back to you asap |
...omponents/audio-recordings/components/analyses-download/analysis-download-row.component.html
Outdated
Show resolved
Hide resolved
...omponents/audio-recordings/components/analyses-download/analysis-download-row.component.html
Outdated
Show resolved
Hide resolved
...omponents/audio-recordings/components/analyses-download/analysis-download-row.component.html
Outdated
Show resolved
Hide resolved
...omponents/audio-recordings/components/analyses-download/analysis-download-row.component.html
Outdated
Show resolved
Hide resolved
...omponents/audio-recordings/components/analyses-download/analysis-download-row.component.html
Outdated
Show resolved
Hide resolved
src/app/components/audio-recordings/pages/analysis-results/analyses-results.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/audio-recordings/pages/analysis-results/analyses-results.component.ts
Outdated
Show resolved
Hide resolved
src/app/components/audio-recordings/pages/analysis-results/analyses-results.component.ts
Outdated
Show resolved
Hide resolved
src/app/services/baw-api/analysis/analysis-job-item-result.service.ts
Outdated
Show resolved
Hide resolved
…lyses-results.component.ts Co-authored-by: Anthony Truskinger <[email protected]>
The code currently pushed is not ideal & is of bad quality, but has the requirements listed above implemented (sub 1). I am going to be cleaning up the code quality before submitting it for review, but I wanted to push it to avoid losing my work due to a hard drive failure, etc... and create a point of reference for a very rough MVP. Personal Review TODO list
|
I'm not going to merge this until associated changes with the API are finalized. https://github.com/QutEcoacoustics/baw-server/tree/pbs-analysis |
Default Analyses results view
Downloading the default analyses from audio recordings
Changes
Problems
Download functionality for directories in the form of ZIP files needs to be completed as part of another ticket
Issues
Fixes: #2011
Visual Changes
Final Checklist
npm run lint
)npm run test:all
)