Skip to content

Latest commit

 

History

History
60 lines (53 loc) · 3.65 KB

CHANGELOG.md

File metadata and controls

60 lines (53 loc) · 3.65 KB

Changelog

0.3.0

API

  • Properties now have a tax percentage field (@zvonimirr)
  • Tax percentage is applied when calculating monthly revenue (@zvonimirr)
  • Fix improper CORS origin match (@zvonimirr)
  • Expenses CRUD (@zvonimirr)
  • Properties now return a list of expenses (@zvonimirr)
  • Added communication channels for tenants (@zvonimirr)

UI

  • Add contact icons for tenants (@MilaFazekas)
  • Tenant names are now aligned properly (@MilaFazekas)
  • Dark mode support (@zvonimirr)
  • Generalized and simplified using Service API's (@jvince)
  • Refactored pages to use new Service API model (@jvince)
  • Tax is editable from the UI on a per property basis (@zvonimirr)
  • Added communication channels for tenants (@zvonimirr)
  • Communication channels are now in a tenant card modal (@zvonimirr)

0.2.0

API

  • Rent system API (cron, listing etc.) (@zvonimirr)
  • SSL support (with Docker and without) (@zvonimirr)
  • Normalize responses and clean up Swagger docs (@zvonimirr)
  • Better error handling and test cleanup (@zvonimirr)
  • Set & list preferences API method (@zvonimirr)
  • Implement on-the-fly currency conversion (@zvonimirr)
  • Properties and tenants now return monthly revenue prediction (@zvonimirr)
  • Tenants now return properties they belong to (@zvonimirr)

UI

  • Rent status is now displayed (@kovaj024)
  • Tenant overview page (@kovaj024)
  • Marking rent status via UI (@kovaj024)
  • Settings page to set preferences (@zvonimirr)
  • Remove React Select Currency (@zvonimirr)
  • Allow adding/removing tenant to a property from the tenant overview page (@kovaj024)
  • Turn home page into stats page (@zvonimirr)
  • Allow setting the due date modifier from the UI (@zvonimirr)

0.1.0

API

  • API health check (@zvonimirr)
  • Complete CRUD for tenant and property models (@zvonimirr)
  • Tenant property relation and API methods (@zvonimirr)
  • ExCoveralls, Phoenix Swagger, Credo and Sobelow setup (@zvonimirr)
  • Dockerization of the API (@jvince)

UI