Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lessonfuse/spectrum
✳️ is a system to manage Individualized Curriculum Plans for Special Education Needs students
https://github.com/lessonfuse/spectrum
Last synced: about 1 month ago
JSON representation
✳️ is a system to manage Individualized Curriculum Plans for Special Education Needs students
- Host: GitHub
- URL: https://github.com/lessonfuse/spectrum
- Owner: lessonfuse
- Created: 2024-09-01T10:19:06.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:30:49.000Z (4 months ago)
- Last Synced: 2024-09-18T12:01:26.682Z (4 months ago)
- Language: Python
- Homepage: https://spectrum.lessonfuse.com
- Size: 387 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spectrum
Spectrum is a comprehensive Individualized Curriculum Plan (ICP) management system designed to streamline the process of creating, managing, and tracking ICPs for students with diverse learning needs.
[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/bNfoqV?referralCode=NC4Tt6)
## Project Status
🚧 **Work in Progress** 🚧
This project is currently under active development. Features and documentation are being added and refined regularly.
## Features (Planned/In Progress)
- Student profile management
- ICP creation and customization
- Goal setting and tracking
- Progress monitoring
- Document generation (PDF ICPs)
- Collaborative team input
- Reporting and analytics## Getting Started
If you are trying to run this application, please use the deployment button above to deploy the application to Railway. If you are trying to run this application locally, you can follow the instructions below.
### Prerequisites
- Docker
- Docker Compose
- UV### Running the Development Environment
First run redis and postgres containers that are required for the application to run.
```bash
sudo docker rm -f $(sudo docker ps -aq) && sudo docker compose -f dev.docker-compose.yml up -d
```Then install the dependencies and run the application.
```bash
uv sync
```## Contributing
As this project is still in development, we're not yet accepting external contributions. We will however be open to contributions in the future.