It’s been useful to explore these options - also good to know that the wiki wasn’t a terrible choice in the first place. It’s worked well enough that we can hold out for something that’s really good.
I do still think we should be encouraging Project Week attendees to start using the discourse forum for communication, as follow-ons to these discussions in the Winter:
restrict “See” permission for the category to the ProjectWeek group
make all posts into Wiki posts
give every group member “minimum wiki edit” trust (TL1)
then everyone in the group could edit all posts.
When the Discourse platform updates to the next release (I don’t know ETA) then it will be possible to have Wiki posts visible outside the group, but only editable by members of group with “Create” permission on the category:
We could have tried using github directly. You can create/edit files using only the web GUI and overall it’s not much more complicated than any other options.
There are several advantages compared to all alternatives:
full offline access! so you don’t have to worry about good internet connection during project presentations, even if you can attach high-resolution images or videos
storing project pages in a git repository for a project week is also a nice, compact, self-contained storage (easy to archive/migrate)
also possible to sphinx or other documentation generator to automatically convert to nicely formatted webpages or a single PDF
no need for yet another account (everybody has github account already)
Searching between multiple project weeks (if each project week is a separate repository) or indexing by search bots may be non-trivial, but maybe solvable by generating webpages. It may simplify things if all project week uses the same repository, as search within a single repository works quite nicely on github.
Agreed. For reference, here is what I suggested few weeks ago:
That said, if we are going to change the format, I would suggest we:
allow direct link to each project summary
make it easy to process by a script
think about exporting existing entries to that new format
consider data mining
With that, we could then easily create an index all the projects across all years… and allow search by keyword, > participant, etc …
Having one Google slides per project week would make that hard.
Idea could be to have everything in one GitHub repo, use markdown, look at https://gitpitch.com/ ,