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

Allow users to export their own data. This includes * Created Posts * Image files Additionally, it must include the user related date captured by the platforms * Login history...

enhancement

Create a new service named "ReportService", with the following methods * GetDailyCreatedPosts: it must return the average # of reports created for each day of the week e.g. * Mondays:...

enhancement
good first issue

Search the code for displayed hardcoded text that is not using localization and add the localization for it. Use the existent pattern of using an in-code ResourceKey attribute, and, in...

enhancement
good first issue

Currently, the loading indicator is implemented as an independent component, and is explicitly where it is required to be show, the current implementation however, makes it so that the html...

enhancement
good first issue
help wanted

Create the table Poll, with the following columns * PollId BIG INT NOT NULL IDENTITY * Text NVARCHAR(50) NOT NULL * DurationDays TINYINT NOT NULL * OwnerApplicationUserId Foreing Key to...

enhancement
good first issue
help wanted

Mssql is not an open source database and it cannot be said that the platform is based on open source components. But EF also supports postgres. I suggest adding postgres...

under consideration
needs research

In order to decide if we will support PostgreSQL, it is first required to verify if the Entity Framework support for Temporal Tables would also work when using PostgreSQL Relates...

good first issue
needs research

The "CreatePostModel" hashtags validation on the Text property is throwing an exception. To solve the issue do the following In the CreatePostModel class, in the Text propert, remove this line...

bug
good first issue

Sometime, when loading the home screen for a user role, the icons grid is rendered incorrectly, it happens randomly, and don't happen every single time. Steps to reproduce * Login...

bug
good first issue
help wanted

[Meilisearch](https://www.meilisearch.com/) is becoming the standard for search. It is one of the most promising search engines and consumes much less memory compared to elastic, has an active community and ready-made...

needs research