Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gallery #47

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Gallery #47

wants to merge 9 commits into from

Conversation

TLTimeplex
Copy link
Collaborator

@TLTimeplex TLTimeplex commented Oct 1, 2024

Gallery to view over all of the fursuit images

Linked to #45

Features (currently):

  • Gallery to have a look over all the registert Fursuits (Only if they are public and verifyed)
  • Detailed view for an bigger version of the image and more detailed informations
  • Uses the Catch_em_all score to calculate the order
  • Diffrend sites acceable via pagination (Still WIP) (Useed for lower DB usage)
  • [User needs to be logged in]
  • Search Function (name)

To-Dos

  • Order Function (Name/species/score)(asc/des)
  • Styling
  • Mobile view
  • CEA sieger

Further enhancments

  • Endless scroll
  • Live search? (So not to enter therm->Press Enter->Result!)
  • Better Desktop expirence
  • Reduce DB interaction
  • Search Function (species)
  • SPA?

Images (New->Old)

Search for Name

Animation (11)

Current State (outdated)

Animation (8)

Clear view and details

Animation (9)

Click again on Image to get the image itself

Animation (10)

+ Added gallery path to project
* Renamed page component to a more clear name
+ Added default route (May change later to QUERY)
+ Added custom db query to connect fursuits with the score
+ Added page separation for splitting the gallery
+ Added image details on click to show further information (currently only the score
+ For the "full" image view the user can now click in the detailed view on the image to resolve in the image_url
* Modified responsibility to help mobile (Still wonky)
@TLTimeplex TLTimeplex added the enhancement New feature or request label Oct 1, 2024
@TLTimeplex TLTimeplex self-assigned this Oct 1, 2024
@TLTimeplex TLTimeplex linked an issue Oct 2, 2024 that may be closed by this pull request
+ Pulled out Pagnation component
* Put all related components into their own folder
+ Added ts interface for Fursuits
* Changed page change procedure to hold on the search term
+ Added Search bar
+ Added Counter for amount of fursuits in gallery (Currently counting only displayable)
+ Added the button for sorting (Not implemented yet ^^)
- Removed unused logic in controller
+ Added db query to get the highest ranking users (Top 3)
+ Added route to get the amount of fursuits available in the gallery (All)
>> Old Counter is now used to show the amount of fursuits that match the search requirements, displayed as {ALL (SEARCH)} currently
+ Added functionality, that the search term now gets split by ' ' and then AND connected. (May also add a || to add an OR search later)
+ View added a per session request to get the total amount of fursuits and not to request the value on any request
* Fixed sorting button to be a button and no longer submit
+ Automatically generating webp version of image if not present yet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fursuit Gallery
1 participant