FairPlaySocial icon indicating copy to clipboard operation
FairPlaySocial copied to clipboard

Multi-platform social network system

Results 37 FairPlaySocial issues
Sort by recently updated
recently updated
newest added

Research for the best and most compatible ways to integrate reactions into the platforms and write a list of the solutions. Html 5 has emojis, but we want to know...

good first issue

When you click on the like or dislike icons, the item reflects the status by changing its color, however, the count next to these are not been reflected. * In...

bug
good first issue

Enable the authentication with Azure B2C for the Azure Pages, use the approach from FairPlayTube. Make sure Swagger is enabled only for Development mode.

enhancement

Since Azure Text Analytics Free Tier has a limit which can easily be surpassed in Social Media Platforms, we want to make its use something optional, verify if using IServiceScopeFactory...

enhancement

As one of the first steps towards supporting web farms, we want to enable support for Distributed Cache using SQL Server Distributed Cache. https://learn.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-6.0 Abstract the cache creating an interfaced...

enhancement
good first issue

Remove the InverseReplyToPost from the PostModel Create the PostComments component Make the comments be loaded on demand, only the posts count will be visible when loading a post, but not...

enhancement
good first issue

Integrate the Server project with Azure App Configuration

enhancement

The "SharePostModal.razor.cs" currently invokes a javscript code in order to copy the post url to the clipboard, in the MAUI App, however, we want to use the native functionality. Create...

enhancement
good first issue

Currenty, the "MsalActivity" has and IntentFilter using a harcoded DataScheme, which contains the client app id, we want to find a way to clean the code, so that the id...

enhancement
good first issue
help wanted