eQualityTime / Public

1 stars 0 forks source link

Update IMPS 3 for field-testing by other leaders. #152

Closed joereddington closed 2 years ago

joereddington commented 2 years ago

IMPS 3 has been successfully piloted by Joe, but it needs work to be reliably used by other leaders.

Resources

Etherpad

Config

Good Code

Character Pages

PDFs

Central Listing

For the next issue

Writers can press a button to get the pdf for their character.

joereddington commented 2 years ago

Recorded a video at https://youtu.be/mTzq3EG0DP0

joereddington commented 2 years ago

Did some refactoring today and pushed. There's a reasonable list of todos to work on in the code but the next step is definately to do some config work on the etherpad

joereddington commented 2 years ago

02/03/22 13:05 to 16:10, Etherpad +EQT

Etherpad

Rebooting Notes

Having edited settings.json I needed to restart

Python

joereddington commented 2 years ago

IMPS 3 has gone through another stage of development.

It's now at the point where is is ready for a field test from someone other than me.

I've added a bunch of features that make it easier to use:

...along with some behind the scenes safety features.

Both of the bottom two features can been seen at: https://whitewaterwriters.com/oracle/index.php?slug=horror2022, which is my testing file.

The camp management page is now https://whitewaterwriters.com/oracle/germinate.php - this takes over from the old driver function. You saw the germination processes itself in the video, but I've now added status selectors for the camps. The backend isn't fully connected but we'll shortly be in a position where backups won't be taken unless the camp is active, and final ebook files won't be generated until the camp is marked as publishing (This is mostly to cut down on server usage).

On pdfs: the only way to generate PDFs in IMPS 3 will be by pressing a button - they won't auto-generated any more (partly for server reasons). I've been able to do this mostly because the new code is so much faster. This also means that there isn't a link to the trace file any more - it turns up when you press the button. The next step for this is that writers will shortly be able to generate their own pdfs covering only their own chapters.

I've been quite restrained with this design iteration - the 'for the next issue' section of https://github.com/eQualityTime/Public/issues/152 covers all the bits that I would normally have got distracted with, but will be in future work.

joereddington commented 2 years ago
joereddington commented 2 years ago

This has been blogged and done. Closing (and next actions are in https://github.com/eQualityTime/Public/issues/159 )