No description
Find a file
2024-01-26 19:15:00 -08:00
app chore: show analyze page without errors 2024-01-26 19:07:15 -08:00
bin initial commit 2023-12-22 19:20:08 -08:00
config chore: start adding browse view 2024-01-26 07:43:52 -08:00
data/dashboard chore: seed academic years, districts and schools 2024-01-11 14:35:24 -08:00
db/migrate chore: load survey item responses. Show overview page without server errors 2024-01-26 07:43:29 -08:00
lib chore: load survey item responses. Show overview page without server errors 2024-01-26 07:43:29 -08:00
spec chore: delete node modules from git 2024-01-26 19:15:00 -08:00
.byebug_history chore: add byebug 2024-01-05 12:48:48 -08:00
.gitignore chore: ignore node_modules folders 2024-01-26 19:13:14 -08:00
.rspec install and set up rspec 2023-12-22 19:28:27 -08:00
dashboard.gemspec chore: remove activerecord import 2024-01-11 14:27:34 -08:00
Gemfile chore: show browse page without errors 2024-01-26 10:38:45 -08:00
Gemfile.lock chore: show browse page without errors 2024-01-26 10:38:45 -08:00
package.json chore: Change license format to SPDX 2024-01-10 14:49:05 -08:00
Rakefile initial commit 2023-12-22 19:20:08 -08:00
README.md chore: install cssbundling rails and set up compilation 2024-01-05 21:29:23 -08:00
yarn-error.log chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00
yarn.lock chore: add yarn command to put compiled stylesheets into builds folder 2024-01-10 10:58:08 -08:00

Dashboard

Short description and motivation.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem "dashboard", git: "https://github.com/edcommonwealth/Dashboard"

And then execute:

$ bundle

And run the migrations:

./bin/rails dashboard:install:migrations

Install javascript bundler

./bin/rails javascript:install:esbuild

Install css bundler

./bin/rails css:install:bootstrap

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the GPL v3 license