Skip to content

Releases: zvonimirr/tenantee

v0.2.0

29 Nov 08:39
b155469
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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)

v0.1.0

23 Nov 22:12
8b0e2ec
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

0.1.0

API

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

UI