Summary
CLData is a service that will be responsible for fetching listing data from the db, previously stored there by CLStore. This will be the main logic unit for determining apartment criteria. Additionally, it will be the data source for all data presented by CLWeb.
Requirements
Must allow retrieving all data or specific fields
Must have an API that can be accessed (or be externally accessible to other scripts)
Summary CLData is a service that will be responsible for fetching listing data from the db, previously stored there by CLStore. This will be the main logic unit for determining apartment criteria. Additionally, it will be the data source for all data presented by CLWeb.
Requirements