Public Access
1
0

feat: split research workflows and results into dedicated workspaces

This commit is contained in:
pguerrerox
2026-04-19 22:31:33 +00:00
parent dc7686f507
commit d1363d6677
23 changed files with 1646 additions and 713 deletions
+21 -4
View File
@@ -1,8 +1,25 @@
# Changelog
All notable changes to this project are documented in this file.
All notable changes to this project will be documented in this file.
## 2026-04-12
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
## [Unreleased]
## [2026-04-19]
### Added
- Added separate `Research` and `Results` workspaces so new runs and saved run browsing live in distinct flows while preserving bundled map selection.
- Added dedicated Basic and Deep Research results views, plus a public landing page and dedicated auth route for the unauthenticated experience.
### Changed
- Made Basic research map-first by requiring a dropped pin or current location, sending coordinate-based searches through the API, and cleaning up shared map presentation.
- Simplified shared Google Maps rendering by moving Basic, Deep Research, and result review maps onto the same cleaner visual style.
### Fixed
- Fixed local logout behavior so the session cookie is cleared consistently and optional session-id logout requests can remove the active server session record.
## [2026-04-12]
### Changed
- Improved local development networking by making API env loading work with `.env.local`, adding LAN-friendly API URL fallback behavior, and fixing development CORS handling.
@@ -17,7 +34,7 @@ All notable changes to this project are documented in this file.
### Removed
- Removed stale local metadata, placeholder postal seeding code, and leftover Supabase-era repository artifacts.
## 2026-03-27
## [2026-03-27]
### Changed
- Migrated the app from a Supabase runtime to a local Fastify API with PostgreSQL, PostGIS, and cookie-based session auth.
@@ -32,7 +49,7 @@ All notable changes to this project are documented in this file.
### Removed
- Removed the Supabase browser client, Edge Function runtime, and Supabase migration artifacts from the active app stack.
## 2026-03-26
## [2026-03-26]
### Added
- Initial Leads4Less app with React and Vite.