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

Added some instanceconfigs and added person registration applications #59

Merged
merged 8 commits into from
Dec 3, 2023

Conversation

Pdzly
Copy link
Member

@Pdzly Pdzly commented Nov 27, 2023

closes #49

@Pdzly Pdzly requested a review from jgrim November 27, 2023 09:36
@Pdzly Pdzly self-assigned this Nov 27, 2023
@Pdzly
Copy link
Member Author

Pdzly commented Nov 27, 2023

@jgrim Please make a deep check here as i changed a lot.

@jgrim jgrim added this to the Version 0.1 Alpha milestone Nov 28, 2023
@jgrim jgrim added the enhancement New feature or request label Nov 28, 2023
Comment on lines +614 to +615
`registration_mode` ENUM ('Closed', 'RequireApplication', 'Open') NOT NULL DEFAULT 'Closed',
`registration_question` TEXT NULL,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm thinking on this more, just a handful of columns add so much more code and complexity. Not sure how I feel about it given that we plan to store config data when possible for nonlocal instances.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can save it as a json in one column XD

But it was the first instance after that, for adding another one is just 3-4 lines of code.

@Pdzly Pdzly requested a review from jgrim December 1, 2023 12:31
@Pdzly Pdzly mentioned this pull request Dec 1, 2023
@jgrim jgrim merged commit 0f12af8 into main Dec 3, 2023
@jgrim jgrim deleted the ferature/49-registration-application branch December 3, 2023 15:53
@jgrim jgrim unassigned Pdzly Dec 8, 2023
Pdzly pushed a commit that referenced this pull request May 24, 2024
…tion-application

Added some instanceconfigs and added person registration applications
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 this pull request may close these issues.

Registration Application
2 participants