WolfkarlX / SpaTi

Spa Appointment Booking Mobile App
0 stars 0 forks source link

Feature/services tags main fix #19

Closed Zama15 closed 1 month ago

Zama15 commented 1 month ago

Pull Request: Services Tags Feature

Description

This pull request implements the Tags feature across multiple components in the project, including backend models, repositories, view models, UI fragments, and adapter classes. It also includes modifications to the existing services details feature to accommodate the new Tags functionality.

Summary of Changes:

  1. Tags Fragment & Bottom Sheet Card

    • Created TagsFragment as a bottom sheet card.
    • This fragment displays available tags using a recycler view with the TagsFeaturedAdapter.
    • Added functionality to select and manage tags, which are shown using the TagsSelectedAdapter.
  2. Services Detail Fragment Modifications

    • Integrated the TagsFragment in the services detail feature.
    • Added a recycler container for displaying selected tags within the services detail screen.
    • Enabled interaction to add, update, and remove tags directly from the services detail fragment.
  3. Backend for Tags Feature

    • Created backend support for the Tags feature, including the Tag model, repository, and repository implementation.
    • Added a TagViewModel to handle tag-related operations.
    • Minor changes in the util package for constants and utility functions related to the new feature.

Additional Notes:

BRANCH BUGS FIX

The condiciones-y-correo-verificado were reseted on main due to some bugs, the last commit with the resources remain the same, obviously maintaining the author of the commit I was just an inter-middle

Zama15 commented 1 month ago

was a fixed for a in existent bug, that were not necesary, refer to #18