Releases: nirrek/wallfly
Releases · nirrek/wallfly
v0.6.0 — Week 12
Changelog:
- Restructures property list page into a more compact list view.
- Adds fuzzy searching for properties in the property list
- New AddPropertyDialog to allow for adding new properties without leaving the property list view.
- Updates repair requests to have a priority
- Adds a new repair request aggregation view to allow agents to view repair requests across all properties that they manage. Repair requests are filterable by priority.
- Update repair requests to allow for changing the status inline.
v0.5.0 — Week 11
- Adds cross browser compatibility
- Adds validation and network error handling during account creation.
- Adds onboarding messaging for new tenant
- Adds onboarding messaging for new owner
- Adds ability for an agent to add calendar events
- Updates calendar component to support multiple events on the same day.
v0.4.0 — Week 10
Changelog:
- Adds full chat support for tenants, owner, and agent.
- Adds a local property model to the client for tenants
- Adds the ability for agents to update the status of a repair request
- Adds client-side validation for Login component.
- Adds error handling for both network, and server related error conditions during login.
- Adds ability for agents to update details of a property
v0.3.0 — Week 9
Release Notes:
- (Accounts) Added the ability for a user to logout.
- (Accounts) Added the user profile viewer.
- (Accounts) Added functionality so a user can modify their profile.
- (Server) Added API to support user profiles.
v0.2.0 — Week 8
Release Notes:
- (Agent) Ability to add Inspection Reports
- (Accounts) Added ability to include user avatar during signup
- (Design) Changed static forms to use Dialog (Modal) boxes
- (Payments) Changed the input for Credit Card Expiry Date
- (Utility) Image Selector component - able to encode image in base64 with dynamic preview, can be added to any component for uploading an image
- (Utility) Label component - add label to forms
- (Utility) ErrorMessage component - display error messages in forms
- (RTA Forms) Redesigned to utilise MaterialUI
- (Server) Inspection Reports API added
- (Database) Database Schema updated as per required by Inspection Reports, ImageSelector