No description
Find a file
2024-07-03 16:37:33 -07:00
app chore: require csv and bump version 2024-02-07 15:46:51 -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 chore: get admin data scraper running 2024-02-07 11:47:25 -08:00
db/migrate chore: create index in separate migration 2024-02-09 15:57:29 -08:00
lib chore: create index in separate migration 2024-02-09 15:57:29 -08:00
spec chore: make sure CSV and File objects are properly namespaced 2024-02-07 15:39:27 -08:00
.byebug_history chore: add byebug 2024-01-05 12:48:48 -08:00
.gitignore chore: ignore development file 2024-01-29 18:13:10 -08:00
.rspec install and set up rspec 2023-12-22 19:28:27 -08:00
dashboard.gemspec chore: get cleaner running 2024-01-31 16:16:24 -08:00
Gemfile chore: Add annotate gem 2024-01-31 15:07:10 -08:00
Gemfile.lock chore: create index in separate migration 2024-02-09 15:57:29 -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 Update README.md 2024-07-03 16:37:33 -07: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 install the migrations:

./bin/rails dashboard:install:migrations

Run the migration:

./bin/rails db:migrate

Mount the engine to your desired route:

  mount Dashboard::Engine, at: "dashboard"

Navigate to the dashboard page: If run in development:

http://localhost:3000/dashboard/welcome

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