Itaipu is a web app for managing a condominium, where residents can allow visitors, read notices and more!
Following a very strict set of requirements, a django web app was developed for managing the client's condominium, carefully developed to respect the in-place infrastructure and to integrate with an existing MySQL database.
Many solutions were created to overcome the challenges given by the great amount of requirements:
- A token system was designed for registering users and updating their record in the old database.
- Integration with an old system which needed to use the same database.
- Developing a system resistant to local power/internet outages. Needed to be run locally, with little resources.
- Creating a hierarchy between users belonging to same property (owner, visitors, caretakers and residents).
Login: | Create account: | Home page: |
---|---|---|
Authorizing visit: | Editing property: | Account config: |
Notices: | Reading notice: | Notice marked as read: |
Login: | Create account: | Home page: |
---|---|---|
Authorizing visit: | Editing property: | Account config: |
Notices: | Reading notice: | Notice marked as read: |