You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There will be several new features needed to be implemented.
First of all, there should be a profile overview with an option of guest preview of the user for authenticated user. As edit svgs have already been added, they will refer to another Vue component later on, for connectivity with user settings component.
My properties section will consist of four categories: Properties up for sale, Properties up for renting, Bought Properties, Sold Properties.
Later on, further improvement of the section will be required for the agent-type account.
Private messages should relocate the container to private messages component, which will be preferably stay stored in MySQL database and temporarily, in cache using Redis if needed.
Implementation of sockets will be required for real-time status updating.
History section represents classic display of previously completed actions by the user.
There will be an option for user to delete history, while the history will be softly-deleted (cascading, remains in the database with removed field set to true/1).
Statistics will display efficiency and other (visual) parameters to enhance experience of both standard and agent-user.
As already mentioned, Settings will be accessible from the profile section and the navigation.
Settings will consist of account, profile, properties and billing settings for API integration with PayPal.
The text was updated successfully, but these errors were encountered:
There will be several new features needed to be implemented.
First of all, there should be a profile overview with an option of guest preview of the user for authenticated user. As edit svgs have already been added, they will refer to another Vue component later on, for connectivity with user settings component.
My properties section will consist of four categories: Properties up for sale, Properties up for renting, Bought Properties, Sold Properties.
Later on, further improvement of the section will be required for the agent-type account.
Private messages should relocate the container to private messages component, which will be preferably stay stored in MySQL database and temporarily, in cache using Redis if needed.
Implementation of sockets will be required for real-time status updating.
History section represents classic display of previously completed actions by the user.
There will be an option for user to delete history, while the history will be softly-deleted (cascading, remains in the database with removed field set to true/1).
Statistics will display efficiency and other (visual) parameters to enhance experience of both standard and agent-user.
As already mentioned, Settings will be accessible from the profile section and the navigation.
Settings will consist of account, profile, properties and billing settings for API integration with PayPal.
The text was updated successfully, but these errors were encountered: