Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] : Add logo upload feature #156

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

quentingrchr
Copy link
Contributor

@quentingrchr quentingrchr commented Oct 25, 2024

  • Update prisma schema ( add team.avatar column)
  • Add <AvatarField /> in TeamSettings
  • Add server action to upload and write to file system the avatar (/uploads/[teamId]/avatar/[filename])
  • Expose with docker via a web service the uploads folder in the next public folder
  • Add theuploads volume and update code to write in this volume (local dev)
  • Implement the remove avatar feature
  • Check edge case (non-accepted format, big file etc..)
  • Update components in the application to now accept the team.avatar variable
  • Add changelog for the feature
  • Add tests for utility class ?
  • UX: Update 'Change avatar' button to be on the avatar (https://www.peepso.com/wp-content/uploads/2020/12/Change-Avatar-1.png)
  • Update Coolify config

Copy link

vercel bot commented Oct 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
digestclub ❌ Failed (Inspect) Oct 25, 2024 4:44pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant