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

Export devroom description to nanoc #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kragniz
Copy link
Member

@kragniz kragniz commented Nov 4, 2024

No description provided.

@kragniz
Copy link
Member Author

kragniz commented Nov 4, 2024

Could be exposed like this: FOSDEM/website#255

@@ -63,7 +63,7 @@ def save(self, *args, **kwargs):
self.manager_team.save()
# mail should be stable from now on
# self.mail = f"{self.slug}[email protected]"
if self.cfp_url and self.cfp_url != "":
if self.cfp_url and self.cfp_url != "" and str(self.track.description) == "":
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a bit of a hack to preserve the original default description but allow it to be modified afterwards

@johanvdw
Copy link
Member

johanvdw commented Nov 4, 2024

Thanks for working on this.
We should also expose the description field to the devroom managers in the DevroomDashboard view and form.
Apart from that, the cfp_url should then also be added when people select the track in pretalx when writing a proposal (which is the reason that this part was added).

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.

2 participants