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

Show all applicants #4426

Merged
merged 4 commits into from
Jun 12, 2023
Merged

Show all applicants #4426

merged 4 commits into from
Jun 12, 2023

Conversation

traumschule
Copy link
Contributor

@traumschule traumschule commented Jun 11, 2023

#4035

  • Show all applicants

opening-comparison
left: before, right: after 2d4dc50

  • Show all hires
    allhires

query { workingGroupOpenings (where:{ id_eq: "storageWorkingGroup-3" }) { id applications { status { __typename } applicant{handle} } } }

{
  "data": {
    "workingGroupOpenings": [
      {
        "id": "storageWorkingGroup-3",
        "applications": [
          {
            "status": {
              "__typename": "ApplicationStatusAccepted"
            },
            "applicant": {
              "handle": "Craci_BwareLabs"
            }
          },
          {
            "status": {
              "__typename": "ApplicationStatusAccepted"
            },
            "applicant": {
              "handle": "maxlevush"
            }
          },
          {
            "status": {
              "__typename": "ApplicationStatusWithdrawn"
            },
            "applicant": {
              "handle": "0x2bc"
            }
          },
          {
            "status": {
              "__typename": "ApplicationStatusAccepted"
            },
            "applicant": {
              "handle": "goksel"
            }
          },
          {
            "status": {
              "__typename": "ApplicationStatusAccepted"
            },
            "applicant": {
              "handle": "0x2bc"
            }
          },
          {
            "status": {
              "__typename": "ApplicationStatusWithdrawn"
            },
            "applicant": {
              "handle": "joystreamstats"
            }
          }
        ]
      }
    ]
  }
}

All applicants means all. Hiding withdrawn (ie. not hired) distorts historic opening view.
@vercel
Copy link

vercel bot commented Jun 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
dao ✅ Ready (Inspect) Visit Preview Jun 12, 2023 4:58am
pioneer-2 ✅ Ready (Inspect) Visit Preview Jun 12, 2023 4:58am
pioneer-2-storybook ✅ Ready (Inspect) Visit Preview Jun 12, 2023 4:58am

Copy link
Member

@thesan thesan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@thesan thesan merged commit f7918ff into Joystream:dev Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-dev issue suitable for community-dev pipeline jsg-code-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants