{"id":13683545,"url":"https://github.com/webdevstar/Dashborad","last_synced_at":"2025-04-30T13:31:20.366Z","repository":{"id":217131553,"uuid":"154571604","full_name":"webdevstar/Dashborad","owner":"webdevstar","description":"Custom Analytics Dashboard and demo for the Dashborad UI template","archived":false,"fork":false,"pushed_at":"2018-12-22T18:18:16.000Z","size":38552,"stargazers_count":13,"open_issues_count":0,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-12T03:35:00.458Z","etag":null,"topics":["application-insights","bot-framework","dashborad","insights-service","material-ui"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webdevstar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-24T21:28:04.000Z","updated_at":"2024-03-28T17:19:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"e06ec7dd-94a8-46cc-966d-b50451fa7ef6","html_url":"https://github.com/webdevstar/Dashborad","commit_stats":null,"previous_names":["webdevstar/dashborad"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevstar%2FDashborad","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevstar%2FDashborad/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevstar%2FDashborad/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webdevstar%2FDashborad/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webdevstar","download_url":"https://codeload.github.com/webdevstar/Dashborad/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251712896,"owners_count":21631461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["application-insights","bot-framework","dashborad","insights-service","material-ui"],"created_at":"2024-08-02T13:02:15.035Z","updated_at":"2025-04-30T13:31:16.676Z","avatar_url":"https://github.com/webdevstar.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# Dashboard\n\n\nReact-dashboard is a dashboarding application that enables building dashboard and templates.\nIt mainly supports **Application Insights** but data sources and visual components are easily extendable.\n\n## Changes\n\n### Version 1.3\n\nVersion 1.3 contains the following changes:\n\n* Moving application insights queries from client to server\n* Updated tests to answer some security risks presented by GitHub\n* Updated tests to accommodate the new approach\n* Added masking/unmasking of connection parameters (so that client side can only update API KEY but not see what it is)\n* Fixed small bugs with Firefox rendering\n\n### Version 1.2\nVersion 1.2 breaks the persitency paths of dashboard files and custom templates. If you are upgrading to this version, copy your private dashboards from `/dashboards` into `/dashboards/persistent/` as follows: \n\n\u003e Private Files: Move files from `/dashboards/*.private.js` to `/dashboards/persistent/private`.\n\n\u003e Custom Templates: Move files from `/dashboards/customTemplates/*.private.ts` to `/dashboards/persistent/customTemplates`.\n\n# Preview\n\n[![Preview](/docs/images/bot-fmk-dashboard.png)](/docs/images/bot-fmk-dashboard.png)\n[![Preview](/docs/images/bot-fmk-dashboard-msgs.png)](/docs/images/bot-fmk-dashboard-msgs.png)\n[![Preview](/docs/images/bot-fmk-dashboard-intent.png)](/docs/images/bot-fmk-dashboard-intent.png)\n\n# Installation\n\n```bash\nnpm install yarn -g\n\ngit clone https://github.com/webdevstar/React-dashboard\ncd React-dashboard\nyarn\nyarn start\n```\n\n### Using Bot Analytics Instrumented Dashboard\n\n1. Open **http://localhost:4000**\n2. Create a new template from **Bot Analytics Instrumented Dashboard**\n3. Run through the **Application Insights** setup and fill in **API Key** and **Application ID** according to the application insights account associated with your registered bot.\n\n\n### Installation on Ubuntu\n\nUse the following to install yarn on Ubuntu:\n\n```bash\ncurl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -\necho \"deb https://dl.yarnpkg.com/debian/ stable main\" | sudo tee /etc/apt/sources.list.d/yarn.list\nsudo apt-get update \u0026\u0026 sudo apt-get install yarn\n```\n\n# Development\n\n```bash\nyarn start:dev\n```\n\nOpen **http://localhost:3000**\n\nFor contribution and code documentation follow:\n[DEVELOPMENT \u0026 CONTRIBUTION](/docs/README.md).\n\n# Build\nOur CI server Travis creates new production builds automatically for changes\nto master. If you need to create a build locally, you can execute the same\ncommands as the CI server.\n\n```bash\nyarn build\n```\n\nOr\n\n```bash\n.travis/build.sh\n```\n\n# Resources\n\n### Technologies In Use\n\n* https://facebook.github.io/react/\n* https://github.com/facebookincubator/create-react-app\n* http://recharts.org/\n* https://react-md.mlaursen.com/\n\n### Design and Patterns\nThis project is built using:\n\n* https://github.com/facebookincubator/create-react-app\n\nThe server approach was added using:\n\n* https://www.fullstackreact.com/articles/using-create-react-app-with-a-server/\n\nThinking about integrating with:\n\n* https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md\n\n\n### Engines\n\n* Running node version 6.11 or above. \n\n# License\nMIT © [webdevstar](https://github.com/webdevstar)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevstar%2FDashborad","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebdevstar%2FDashborad","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebdevstar%2FDashborad/lists"}