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

BITMAKER-3733: estela-web. Refactor the job lists in cronjob, spider and overview pages as a component #227

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

reqhiem
Copy link
Contributor

@reqhiem reqhiem commented Aug 30, 2023

Description

The current state of the Jobs > Schedule > Detail, Jobs > Overview, and Spider > Overview > Detail pages involves rendering a list of jobs in the form of a table. This rendering shares common behavior and information presentation across these pages. In order to enhance code modularity and reusability, we aim to extract this jobs list functionality into a reusable React component.

Completion criteria:

  • Develop a reusable React component that represents the jobs list as a table.

Issue

https://tasks.bitmaker.dev/issues/3733

Checklist before requesting a review

  • I have performed a self-review of my code.
  • My code follows the style guidelines of this project.
  • I have made corresponding changes to the documentation.
  • New and existing tests pass locally with my changes.
  • If this change is a core feature, I have added thorough tests.
  • If this change affects or depends on the behavior of other estela repositories, I have created pull requests with the relevant changes in the affected repositories. Please, refer to our official documentation.
  • I understand that my pull request may be closed if it becomes obvious or I did not perform all of the steps above.

@reqhiem reqhiem requested a review from mgonnav August 30, 2023 00:58
@reqhiem reqhiem self-assigned this Aug 30, 2023
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