https://github.com/vijaycs85/dpsb
Drupal Projects Status Board - List of Drupal modules/themes with versions, maintainers details.
https://github.com/vijaycs85/dpsb
bootstrap bootstrap-table dashboard drupal
Last synced: 7 days ago
JSON representation
Drupal Projects Status Board - List of Drupal modules/themes with versions, maintainers details.
- Host: GitHub
- URL: https://github.com/vijaycs85/dpsb
- Owner: vijaycs85
- Created: 2017-03-14T23:56:20.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-14T17:45:06.000Z (almost 4 years ago)
- Last Synced: 2025-04-24T05:12:49.051Z (7 days ago)
- Topics: bootstrap, bootstrap-table, dashboard, drupal
- Language: PHP
- Homepage: https://vijaycs85.github.io/dpsb/
- Size: 7.29 MB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal Projects Status Board
[](https://travis-ci.org/vijaycs85/dpsb)
## Synopsis
Drupal Projects Status Board is a way to monitor modules & themes used in your project. All data retrieved from [Drupal.org](https://www.drupal.org) using available [APIs](https://www.drupal.org/drupalorg/docs/api).
## Design

## Motivation
Typical small/medium size Drupal project has ~30 to 50 contributed modules and it is hard to know them all to validate around times like security updates and keep up with the development / new versions of them. It is certainly harder when managing more than one site.
## Installation
Simply clone this repository and update `data/projects.csv` file with modules used on your site(s).
### Generate project.csv
The projects CSV file provides list of projects to monitor. This can be generated by below drush command on your Drupal installation
```
(echo "Project,Version" && drush pmpi --format=csv --fields=label,version) > ../dpsb/data/projects.csv
```Note:
> The echo command is to add header to CSV. Makes sure the label/name field is represented as Project. The CSV can have addition fields(like version number) just to display on the table but make sure you are not adding them with reserved header keys (Maintainers, Versions, Details) and add the fields as `````` in ```index.html```.## Screenshot

## Demo
Checkout [gh-pages](https://vijaycs85.github.io/dpsb/) of this repository for sample output. Check generated [metadata](https://vijaycs85.github.io/dpsb/project-metadata.json) file for additional details available.
## Refresh
Integrated with [TravisCI](https://travis-ci.org/vijaycs85/dpsb) to refresh daily and every push to master.## Contributors
Feel free to open an [issue](https://github.com/vijaycs85/dpsb/issues/new) or [pull request](https://github.com/vijaycs85/dpsb/pulls) to improve, add new features and bug fixes.
## License
This project is distributed under the terms of the [GNU General Public License version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)