Feature & Infrastructure Upgrade#79
Merged
Merged
Conversation
- Upgrade Laravel to 11.x and PHP to 8.5 - Upgrade Docker runtime to PHP 8.5 / Node 20 / Laravel Sail 8.5 - Upgrade PostgreSQL to 17 - Upgrade NestJS lucid backend with proper TypeScript config - Fix Docker compose service naming and networking issues - Fix worker container startup (SUPERVISOR_PHP_USER=sail) - Fix Redis/MinIO/Lucid endpoint configuration in .env - Add improved setup wizard script (scripts/setup.sh) with clean output - Update README with current services, env vars, and troubleshooting - Update Makefile commands to use docker compose directly - Fix browserslist/caniuse-lite warnings in frontend build
- Add dedicated auth guard, login/logout routes, and to separate admin sessions from voter sessions - Implement petition review lifecycle: draft → pending → approved / rejected → published; petitions must now be submitted for admin review before they can be published - Rebuild admin petition View page with full details, status badge, and approve/reject actions; wire up reject action on Edit page - Update user-facing Manage page and StepThree workflow to reflect all petition states with appropriate CTAs - Redesign SignPetitionForm to present wallet and email signing as labelled, visually distinct options - Fix petition image display and author name in PetitionSingle - Fix Blockfrost URL sed pattern in setup.sh to use env-key replacement - Fix Blockfrost API proxy URI parsing and add error handling - Clean up Vite file before/after builds in Makefile and setup.sh
…ts for home page. Refine empty state of browse page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Major Features / Upgrades
1. Enhanced Polling System
2. Admin Dashboard Improvements
AdminAuthenticatedSessionController)3. Petition System Refinements
Technical Upgrades
Framework & Dependencies
Database & Models
poll_rulepivot table for associating rules with pollsQuestionChoicemodel with enhanced relationshipsCode Quality
UI/UX Enhancements
Developer Experience
Build & Development Tools
Makefilewith comprehensive commands (init, setup, seed, test)setup.shscript for one-command environment setupAI/IDE Integration
.cursor/mcp.jsonand.ai/mcp/mcp.jsonfor Model Context ProtocolTesting
PetitionFlowTestandPollFlowTestfeature testsBug Fixes