Skip to content
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

[Draft] Present job info #657

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

[Draft] Present job info #657

wants to merge 2 commits into from

Conversation

annavik
Copy link
Member

@annavik annavik commented Dec 16, 2024

In this draft we start look into the task "Use job status to update UI for collections, captures & deployments" (see #650).

Copy link

netlify bot commented Dec 16, 2024

Deploy Preview for ami-dev ready!

Name Link
🔨 Latest commit fcdd64d
🔍 Latest deploy log https://app.netlify.com/sites/ami-dev/deploys/676039c3755c0400088b0a9b
😎 Deploy Preview https://deploy-preview-657--ami-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 72
Accessibility: 89
Best Practices: 92
SEO: 100
PWA: 80
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@annavik
Copy link
Member Author

annavik commented Dec 16, 2024

Short summary after first session working on this:

✅ We have the backend info we need to link to a filtered job view from collections and captures. Frontend app is up to date here now.

⏳ We need to include a list of jobs in the deployments API response in order to do the same here.

⏳ If we can include job type in the API responses, we can adjust status labels to better reflect what is going on. For example show "Populating" instead of "Running".

🤔 The list of jobs that is included with the collections response has status labels that are not up to date (they are not the same as the ones I see in the full job table). Some cache or rewrite problem? I'm using local backend.

Screenshot:

Screenshot 2024-12-16 at 15 33 28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant