New feature - Personality Test
So I was thinking about creating a Personality Test/Quiz plugin for Jarvis on the windows-port branch. Do you think that could fit with this personal assistant? If yes, give me the ok and I am starting the implementation immediately!
Hi!
Do you think that could fit with this personal assistant?
Of course!
windows-port
Please note, that the windows port is not finished. For a Personality Test the windows port should work - pure python works cross-platform pretty well. But just wanted to say ;).
I just merged master into windows-port, because windows-port fell pretty much behind and some stuff with plugins was changed meanwhile. Please tell us if anything does not work as expected.
Please also tell us if the documentation is understandable or if anything is unclear or could be improved ;).
I am currently implementing two plugins (including the Personality Test). Until now, everything is clear and I am very happy about that since it's my first open source contribution.
if anything is unclear or could be improved
What do you think I can do about testing? I want some experience on that...
What do you think I can do about testing?
Something I definitely should do more often (and also plan to write more tests for Jarvis) ;). Always a good idea especially with a interpreted language with no compile-guarantees ;).
I've created some simple help functions for testing:
https://github.com/sukeesh/Jarvis/blob/master/doc/TESTING.md