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

Add the required code to enable Localization for "CreatePhotoModel" Follow the pattern used in the file "CreatePostModel.cs"

enhancement
good first issue

Requires #22 We want to allow users to execute to access some functionality via voice commands, however, we don't want to have a background thread always listening since it could...

enhancement
help wanted

Most social networks, when sharing post with URLs, generate a preview of the linked URL, we want to achieve that to generate a preview when sharing a url. Research the...

good first issue
help wanted
question

We are integrating Playwright into the solution, all of the configuration seems to be working correctly, however, the page is never load, and instead only shows the blank page The...

bug
help wanted

Enable integration with Playwright

enhancement

Add support Speech Recognition for the whole system. In the Blazor Web Assembly App, use the Web Speech API https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API/Using_the_Web_Speech_API#speech_recognition In the MAuI App the solution use a MAUI native...

enhancement
good first issue
help wanted

Currently, if there are too many items in the Post History modal, they fall out of the visible screen. Implement pagination, similar to the Home Feed pagination.

enhancement
good first issue

Social Media platforms currently have big issues in keeping the veracity of posted information. We want to design a Reputation System, to help reduce that issue. The initial plan is...

documentation
enhancement
help wanted

Research about the available Load Testing tools out there along with the Pros and Cons of each one. Some tool names recommended by the community are * JMeter * k6...

enhancement
good first issue
help wanted

* Create a new test class named "MyFeedClientService_Tests" * Add a test method named "Test_GetMyHomeFeedAsync" * Add the logic to test the method "GetMyHomeFeedAsync" in the MyFeedClientService class, to insert...

enhancement
good first issue