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

Organization: add null constraints and update org create service #913

Open
kasugaijin opened this issue Aug 7, 2024 · 4 comments
Open

Comments

@kasugaijin
Copy link
Collaborator

Please add null constraints on organizations table in the database for name, slug, email and then update then add email attribute to the Organizations::CreateService when creating an Organization.

Also on the Organization model, we need to validate:
name for presence
slug for presence and also do not allow any characters that are forbidden in URLs. Look into options for validating this slug.
email for format, presence.

@kasugaijin kasugaijin added the Ready Make a comment to get assigned. label Aug 7, 2024
@Gabe-Torres
Copy link
Contributor

Seems like a fun one! I'll take it

@kasugaijin
Copy link
Collaborator Author

@Gabe-Torres all yours!

Copy link

github-actions bot commented Sep 9, 2024

This issue is marked as stale due to no activity within 30 days. If no further activity is detected within 7 days, it will be unassigned.

Copy link

Automatically unassigned after 7 days of inactivity.

@github-actions github-actions bot removed the Stale label Sep 16, 2024
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

No branches or pull requests

2 participants