Problem
Ajustes › Buscar en Páginas Amarillas (YellowPagesSearchView in CubaCellConnect/Views.swift) currently ships as a UI-only placeholder containing Categoría, Teléfono, Municipio, and Provincia input fields with a permanently disabled "Buscar" button and a footer stating "Búsqueda en Páginas Amarillas — próximamente."
No live backend or data scraping source has been connected to execute business and commercial directory queries.
Proposed Solution
- Establish and integrate a backend data source (e.g. public API or web query endpoint) for Cuban Yellow Pages listings.
- Wire the "Buscar" button action to query business listings based on category, phone, municipality, and province criteria, displaying matching result cards.
- Enable the "Buscar" button upon implementing active network/fetching logic.
- Keep
nombre and calle fields commented out to maintain strict privacy standards and avoid over-identifying search parameters.
Alternatives Considered
- Bundling static Yellow Pages data offline; rejected in favor of a dynamic query model due to file size and frequent business listing changes.
Additional Context
- Target View:
CubaCellConnect/Views.swift (YellowPagesSearchView)
Problem
Ajustes › Buscar en Páginas Amarillas(YellowPagesSearchViewinCubaCellConnect/Views.swift) currently ships as a UI-only placeholder containing Categoría, Teléfono, Municipio, and Provincia input fields with a permanently disabled "Buscar" button and a footer stating "Búsqueda en Páginas Amarillas — próximamente."No live backend or data scraping source has been connected to execute business and commercial directory queries.
Proposed Solution
nombreandcallefields commented out to maintain strict privacy standards and avoid over-identifying search parameters.Alternatives Considered
Additional Context
CubaCellConnect/Views.swift(YellowPagesSearchView)