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

Teams logos #515

Closed
robigan opened this issue Feb 23, 2024 · 4 comments · Fixed by #529
Closed

Teams logos #515

robigan opened this issue Feb 23, 2024 · 4 comments · Fixed by #529
Labels
enhancement New feature or request

Comments

@robigan
Copy link
Contributor

robigan commented Feb 23, 2024

Allow teams to have team logos. I'd do this myself, but I don't know how to use Alembic 😅

@evroon
Copy link
Owner

evroon commented Feb 23, 2024

Cool! I could do the alembic part if you want

@robigan
Copy link
Contributor Author

robigan commented Feb 23, 2024

Well I may as well learn how to do it, I just don't know how to.

@robigan
Copy link
Contributor Author

robigan commented Feb 23, 2024

I don't mind working with Python, but I can do frontend part if you wish to do backend

@evroon
Copy link
Owner

evroon commented Feb 23, 2024

If you don't mind doing the backend, then go ahead :)
I think the alembic part is quite easy though, you first change the schema (probably just adding one column)
And then you just run:

pipenv run alembic revision --autogenerate -m "Adding teams.logo_paths"

Which will automatically create the alembic migration, usually it's quite correct.

@evroon evroon added the enhancement New feature or request label Feb 24, 2024
@robigan robigan mentioned this issue Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants