https://github.com/jukkan/release-plans
Release Plans Visualized - Power BI report and website for browsing release items for Microsoft Power Platform and Dynamics 365 products
https://github.com/jukkan/release-plans
dynamics365 powerplatform
Last synced: about 2 months ago
JSON representation
Release Plans Visualized - Power BI report and website for browsing release items for Microsoft Power Platform and Dynamics 365 products
- Host: GitHub
- URL: https://github.com/jukkan/release-plans
- Owner: jukkan
- Created: 2024-11-11T14:58:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-17T12:30:13.000Z (7 months ago)
- Last Synced: 2025-12-21T00:15:34.937Z (7 months ago)
- Topics: dynamics365, powerplatform
- Language: HTML
- Homepage: https://releaseplans.net/
- Size: 6.65 MB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Release Plans Website
Modern web application for browsing Microsoft Power Platform and Dynamics 365 release plans.
## Project Structure
- `backend/` - Node.js + Express + Prisma API
- `frontend/` - React + Vite + Tailwind frontend
## Quick Start
### Backend
```bash
cd backend
npm install
cp .env.example .env
# Edit .env with your database credentials
npx prisma migrate dev
npm run dev
```
### Frontend
```bash
cd frontend
npm install
cp .env.example .env
npm run dev
```
## Documentation
- [Backend Documentation](./backend/README.md)
- [Frontend Documentation](./frontend/README.md)
## Features
- Browse Microsoft release plans with advanced filtering
- Search and filter by product, date, investment area
- Responsive design for all devices
- Admin panel for content management
- CMS for pages and blog posts
- Automated sync with Microsoft's release data
## Tech Stack
### Backend
- Node.js + Express
- Prisma ORM
- MySQL
- JWT Authentication
- Rate limiting and security headers
### Frontend
- React 18
- Vite
- Tailwind CSS
- TanStack Query
- React Router
## Development
Both frontend and backend can be run simultaneously in development mode:
1. Start the backend server (port 3001)
2. Start the frontend dev server (port 5173)
3. Frontend proxies API requests to backend
## License
MIT
---
## Legacy Power BI Report
This repository also contains a Power BI report that pulls data from Microsoft's Release Planner website.


Feel free to [download](https://github.com/jukkan/release-plans/tree/main/report) a copy of the .pbix report and modify it for your own needs.