mgwedd / release

The monorepo for the ReLease full-stack project. The app solves the problem of subletting your apartment and finding a sublet, with a sublet-only, map-based property listing and finding app. The stack is react client connecting to a Node/Express server, with postgres for a DB and Redis for cache.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As a new user, I want to browse properties without having to register or log in

mgwedd opened this issue · comments

This feature would require that—for frictionlessness and ease of use—the core data the application exposes for reading (only) is available at public API endpoints. When the application is loaded on the browser, the client can fetch all properties and basic searchable data and render an interactive list of properties on the map UI.

Technically, this feature requires a clear and thought-out distinction between protected and public API endpoints, with the bulk of property data being readable by default on application load.

Time estimate: 5-7 hours

Importance: High