Saycret app is designed to combine the openness of social media with the privacy of anonymous sharing, giving users the freedom to choose how they want to interact.

1 Open Issue Need Help Last updated: Dec 15, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue proposes to enforce uniqueness for 'ssn' and 'username' fields across all users to prevent data integrity and identity problems. The expected behavior is that attempts to create or update users with duplicate 'ssn' or 'username' values will fail with a clear error message. This will involve adding unique constraints to the database and ensuring the API and tests handle these duplicate cases correctly.

Complexity: 3/5
enhancement good first issue backend database

Saycret app is designed to combine the openness of social media with the privacy of anonymous sharing, giving users the freedom to choose how they want to interact.

TypeScript