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

[Front-End] Implement the Scatter Chart (designed in issue 159) #160

Closed
Tracked by #113
eryc-cc opened this issue Aug 9, 2022 · 7 comments · Fixed by #285
Closed
Tracked by #113

[Front-End] Implement the Scatter Chart (designed in issue 159) #160

eryc-cc opened this issue Aug 9, 2022 · 7 comments · Fixed by #285
Assignees
Labels
💡 feature needs design Front-end tasks that are missing a design. Create a new issue for the design. released on @beta released

Comments

@eryc-cc
Copy link
Contributor

eryc-cc commented Aug 9, 2022

Note
Needs design from #159.

@eryc-cc eryc-cc added the needs design Front-end tasks that are missing a design. Create a new issue for the design. label Aug 9, 2022
@eryc-cc
Copy link
Contributor Author

eryc-cc commented Aug 22, 2022

It'll be best to do #97 or #101 before we get into this, so we have something on the page

@bdougie
Copy link
Member

bdougie commented Aug 31, 2022

Going to have @sungoldtech work on this to see about shipping it before end of week if possible. This is priority over the work on open-sauced/design that you are doing.

@chadstewart
Copy link
Contributor

Going to have @sungoldtech work on this to see about shipping it before end of week if possible. This is priority over the work on open-sauced/design that you are doing.

If you need any help @sungoldtech, reach out to me as I have a bit of experience with the scatter chart.

@OgDev-01
Copy link
Contributor

OgDev-01 commented Sep 2, 2022

A quick question, Where will this component live... Dashboard or Contributors component?

I could do with a more detailed description on this issue as well, to help speed up the workflow 🙌

@chadstewart
Copy link
Contributor

A quick question, Where will this component live... Dashboard or Contributors component?

I could do with a more detailed description on this issue as well, to help speed up the workflow raised_hands

So there's a component already in the dashboard called dashboard scatter chart. You'd just update that code with the new scatter chart options and put the new UI elements into that component.

Hope that helps!

bdougie pushed a commit that referenced this issue Sep 7, 2022
github-actions bot pushed a commit that referenced this issue Sep 7, 2022
## [1.4.0-beta.10](v1.4.0-beta.9...v1.4.0-beta.10) (2022-09-07)

### 🍕 Features

* Implement Scatter Chart Component ([#285](#285)) ([88a2872](88a2872)), closes [#160](#160)
@github-actions
Copy link
Contributor

github-actions bot commented Sep 7, 2022

🎉 This issue has been resolved in version 1.4.0-beta.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

github-actions bot pushed a commit that referenced this issue Sep 12, 2022
## [1.5.0](v1.4.0...v1.5.0) (2022-09-12)

### 🐛 Bug Fixes

* Changed 'repo/list' endpoint to 'repos/list' ([#307](#307)) ([7876f9e](7876f9e))
* Fix the `numOf` style on `ToolsNav` ([#342](#342)) ([80e8736](80e8736))
* remove activity ([#304](#304)) ([17fcb9a](17fcb9a))

### 🧑‍💻 Code Refactoring

* Fix type issue where prop was using a string when it should… ([#349](#349)) ([7df6cde](7df6cde))

### 🍕 Features

* add comma option to humanized number ([#306](#306)) ([d093733](d093733)), closes [#258](#258)
* Add posthog analytics to project ([#311](#311)) ([50836ba](50836ba)), closes [#309](#309)
* Implement `<PROverview>` component ([#344](#344)) ([762cc54](762cc54))
* Implement `<TableTitle>` component ([#340](#340)) ([44361a9](44361a9))
* Implement `Pill` component ([#341](#341)) ([2a4da14](2a4da14))
* Implement `Search` component  ([#337](#337)) ([c67b7a1](c67b7a1))
* Implement page header component ([#336](#336)) ([7894a2d](7894a2d)), closes [#317](#317)
* Implement Scatter Chart Component ([#285](#285)) ([88a2872](88a2872)), closes [#160](#160)
* Implemented new design for logout pop-up ([#310](#310)) ([88a9279](88a9279))
@github-actions
Copy link
Contributor

🎉 This issue has been resolved in version 1.5.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

ElpisHelle added a commit to ElpisHelle/next.js-tailwindcss that referenced this issue Aug 17, 2023
## [1.4.0-beta.10](open-sauced/app@v1.4.0-beta.9...v1.4.0-beta.10) (2022-09-07)

### 🍕 Features

* Implement Scatter Chart Component ([#285](open-sauced/app#285)) ([88a2872](open-sauced/app@88a2872)), closes [#160](open-sauced/app#160)
ElpisHelle added a commit to ElpisHelle/next.js-tailwindcss that referenced this issue Aug 17, 2023
## [1.5.0](open-sauced/app@v1.4.0...v1.5.0) (2022-09-12)

### 🐛 Bug Fixes

* Changed 'repo/list' endpoint to 'repos/list' ([#307](open-sauced/app#307)) ([7876f9e](open-sauced/app@7876f9e))
* Fix the `numOf` style on `ToolsNav` ([#342](open-sauced/app#342)) ([80e8736](open-sauced/app@80e8736))
* remove activity ([#304](open-sauced/app#304)) ([17fcb9a](open-sauced/app@17fcb9a))

### 🧑‍💻 Code Refactoring

* Fix type issue where prop was using a string when it should… ([#349](open-sauced/app#349)) ([7df6cde](open-sauced/app@7df6cde))

### 🍕 Features

* add comma option to humanized number ([#306](open-sauced/app#306)) ([d093733](open-sauced/app@d093733)), closes [#258](open-sauced/app#258)
* Add posthog analytics to project ([#311](open-sauced/app#311)) ([50836ba](open-sauced/app@50836ba)), closes [#309](open-sauced/app#309)
* Implement `<PROverview>` component ([#344](open-sauced/app#344)) ([762cc54](open-sauced/app@762cc54))
* Implement `<TableTitle>` component ([#340](open-sauced/app#340)) ([44361a9](open-sauced/app@44361a9))
* Implement `Pill` component ([#341](open-sauced/app#341)) ([2a4da14](open-sauced/app@2a4da14))
* Implement `Search` component  ([#337](open-sauced/app#337)) ([c67b7a1](open-sauced/app@c67b7a1))
* Implement page header component ([#336](open-sauced/app#336)) ([7894a2d](open-sauced/app@7894a2d)), closes [#317](open-sauced/app#317)
* Implement Scatter Chart Component ([#285](open-sauced/app#285)) ([88a2872](open-sauced/app@88a2872)), closes [#160](open-sauced/app#160)
* Implemented new design for logout pop-up ([#310](open-sauced/app#310)) ([88a9279](open-sauced/app@88a9279))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💡 feature needs design Front-end tasks that are missing a design. Create a new issue for the design. released on @beta released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants