← Back to team overview

quickly-talk team mailing list archive

optimum folder for post_create.py etc

 

Hi all
 There has been some talk here about a post_create.py command but the
folder is to determined. There was also a per project folder wanted.
I suggest using the XDG standard
~/.config/quickly/templates/ubuntu-application/post_create.py
~/.config/quickly/projects/myproject/whatever

On a semi-related topic, as currently written, tests on quickly core
can only be run by members of quickly team without errors. What is
needed is a way for contributors to run tests. Didier suggested some
mock objects but I think these have to be developed by the quickly
team themselves. Presumably they would need to have 2 logins, one as a
team member, one as a mere mortal. Currently tests use the /tmp folder
to hold several files but that might backfire with more that one user
on a PC. Probably the best way forward is to use XDG standard
~/.cache/quickly/<temp files go here>.

 Another consideration as part of the conquer the world project (bug
#1 ?) would be quickly being used in school setting, e.g. programming
101. Separate temp folders per student would be essential.


Follow ups