-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add external links to Chapter Profile page #11
Comments
@brylie I would like to work on this issue. Lets start with the discussion of what fields are needed to be added in the Chapter model. Also can you give a bit of an overview as to what the |
The idea for "chapters" is basically groups of people that share a geographic location. E.g. people from the same country or city. As food for thought, we could start more generic and just model |
@brylie So here's what I understood, basically the base model |
Yep. That way people can form groups around various interests, topics, etc. We would use a many-to-many relationship for group membership. |
@brylie Assign me to this issue, I would like to work on it |
@brylie Now that one pr has been merged, would you like to add some more features to chapters? Are there any tasks remaining? If so, feel free to discuss further about it. |
We can still add a "website" field to the Similarly, issue #12 might be interesting. |
I will open a draft pr shortly in order to add the social media links |
Chapter profile pages display the Chapter title and description. We would like to add a bit more information to Chapter profiles, such as:
links to
Task
Possible resource(s)
This might be a good task for the Wagtail StreamField, in that it would allow zero or more (up to perhaps three) links to be added to the Chapter. StreamFields support limiting the number of sub-blocks.
The text was updated successfully, but these errors were encountered: