filamentphp / filamentphp.com

Source code for the filamentphp.com website.
https://filamentphp.com
199 stars 261 forks source link

Star count does not reflect github star count #162

Closed Jehizkia closed 1 year ago

Jehizkia commented 1 year ago

Description: Currently, the star count displayed in the Plugin Store does not take into account the stars obtained by plugins from their corresponding GitHub repositories. As a result, the star count in the Plugin Store does not show the total amount of stars.

Example:

Translation manager plugin: Screenshot 2023-09-05 at 09 26 27 Screenshot 2023-09-05 at 09 26 37

Database Schedule: Screenshot 2023-09-05 at 09 28 28 Screenshot 2023-09-05 at 09 28 35

Plugins I've come across with this issue: https://filamentphp.com/plugins/saade-laravel-log https://filamentphp.com/plugins/kenepa-translation-manager https://filamentphp.com/plugins/solution-forest-tree https://filamentphp.com/plugins/husam-database-schedule

Jehizkia commented 1 year ago

Of course this does not happen for all plugins.

danharrin commented 1 year ago

Star counts on our website are not supposed to mirror GitHub. They are their own separate things. Users on our website can star plugins without logging in, we cant reflect that on behalf of their GitHub account. Also, paid plugins dont have public GitHub repositories, so it would be unfair, hence why we have our own stars.

Jehizkia commented 1 year ago

I understand now. Thanks for the response!