Standard Grant: Dartsia Mobile App V2

What progress was made on your grant this month?

The development team has been
implementing a feature-branching workflow, with seven active feature
branches during this period. The development focused on:

  1. Architecture restructuring with Material 3 design implementation
  2. Host management feature suite (listing, configuration, details)
  3. File and bucket management capabilities
  4. Notifications/alerts system
  5. Save and restore db.sqlite functionnalities

All features have incorporated Material 3 design specifications and robust
error handling throughout the codebase.

Summarize any problems that you ran into this month and how you’ll be solving them.

This month was particularly challenging because we had to accelerate the development of the application’s features to catch up on the delays we had in our forecast schedule. We also had to restructure the Git repository and its branches to facilitate its review.

Links to the repositories worked on this month:

  1. Architecture restructuring with Material 3 design implementation
    https://github.com/DartSiaProject/siahost/tree/feature/new-resources
  2. Host management feature suite (listing, configuration, details)
    https://github.com/DartSiaProject/siahost/tree/feature/host_config
  3. File and bucket management capabilities
    https://github.com/DartSiaProject/siahost/tree/feature/host_config
  4. Notifications/alerts system
    https://github.com/DartSiaProject/siahost/tree/feature/notifications
  5. Save and restore db.sqlite functionnalities
    Update save and restore sqlite db functions · DartSiaProject/renterd-remote@b042451 · GitHub

What will you be working on next?

For this last month, we will finishing improving UX/UI, Add parameters screen into the app, add the V2 of the encryption algorithm.