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

MG-99 - Facilitate listing of all dashboards #108

Merged
merged 9 commits into from
Feb 7, 2024

Conversation

ianmuchyri
Copy link
Contributor

@ianmuchyri ianmuchyri commented Feb 1, 2024

What type of PR is this?

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update
  • Dependency Update

What does this do?

Allows a user to view all their dashboards. They are then able to click on the dashboard and be able to view that specific dashboard.

Which issue(s) does this PR fix/relate to?

Have you included tests for your changes?

  • Yes
  • No, and this is why:

Did you document any new/modified functionality?

  • Yes
  • No, and this is why:

Notes

Related to #104

ianmuchyri and others added 3 commits February 6, 2024 12:13
Signed-off-by: ianmuchyri <[email protected]>
Enable a user to create their dashboard and save
it to the database. The user can also view the
dashboard.

Signed-off-by: ianmuchyri <[email protected]>
@ianmuchyri ianmuchyri marked this pull request as ready for review February 6, 2024 15:21
@dborovcanin dborovcanin merged commit 68ccf5f into absmach:dashboards Feb 7, 2024
dborovcanin pushed a commit that referenced this pull request Feb 9, 2024
* add infinite scroll to dashboards

Signed-off-by: ianmuchyri <[email protected]>

* remove duplicate functions

Signed-off-by: ianmuchyri <[email protected]>

* enable creating and saving dashboards

Enable a user to create their dashboard and save
it to the database. The user can also view the
dashboard.

Signed-off-by: ianmuchyri <[email protected]>

* implement infinite scroll for dashboards

Signed-off-by: ianmuchyri <[email protected]>

* add edit dashboard capability

Signed-off-by: ianmuchyri <[email protected]>

* update dashboard page

Signed-off-by: ianmuchyri <[email protected]>

* move scripts to a new file dashboards.js

Signed-off-by: ianmuchyri <[email protected]>

* remove name flag in docker-compose.yml file

Signed-off-by: ianmuchyri <[email protected]>

* fix create dashboard running twice

Signed-off-by: ianmuchyri <[email protected]>

---------

Signed-off-by: ianmuchyri <[email protected]>
dborovcanin pushed a commit that referenced this pull request Feb 9, 2024
* add infinite scroll to dashboards

Signed-off-by: ianmuchyri <[email protected]>

* remove duplicate functions

Signed-off-by: ianmuchyri <[email protected]>

* enable creating and saving dashboards

Enable a user to create their dashboard and save
it to the database. The user can also view the
dashboard.

Signed-off-by: ianmuchyri <[email protected]>

* implement infinite scroll for dashboards

Signed-off-by: ianmuchyri <[email protected]>

* add edit dashboard capability

Signed-off-by: ianmuchyri <[email protected]>

* update dashboard page

Signed-off-by: ianmuchyri <[email protected]>

* move scripts to a new file dashboards.js

Signed-off-by: ianmuchyri <[email protected]>

* remove name flag in docker-compose.yml file

Signed-off-by: ianmuchyri <[email protected]>

* fix create dashboard running twice

Signed-off-by: ianmuchyri <[email protected]>

---------

Signed-off-by: ianmuchyri <[email protected]>
dborovcanin pushed a commit that referenced this pull request Feb 9, 2024
* add infinite scroll to dashboards

Signed-off-by: ianmuchyri <[email protected]>

* remove duplicate functions

Signed-off-by: ianmuchyri <[email protected]>

* enable creating and saving dashboards

Enable a user to create their dashboard and save
it to the database. The user can also view the
dashboard.

Signed-off-by: ianmuchyri <[email protected]>

* implement infinite scroll for dashboards

Signed-off-by: ianmuchyri <[email protected]>

* add edit dashboard capability

Signed-off-by: ianmuchyri <[email protected]>

* update dashboard page

Signed-off-by: ianmuchyri <[email protected]>

* move scripts to a new file dashboards.js

Signed-off-by: ianmuchyri <[email protected]>

* remove name flag in docker-compose.yml file

Signed-off-by: ianmuchyri <[email protected]>

* fix create dashboard running twice

Signed-off-by: ianmuchyri <[email protected]>

---------

Signed-off-by: ianmuchyri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboards Dashboards
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants