Re: TrackerRequestDriver feedback

Hi Peter,

I’m sorry I haven’t made myself heard earlier because I was working on that templating script. Here is the ticket and the first result. Everything seems to be working fine, but maybe it will need to change the templates which are used for templates generating (in templater/Templates). I’ll later do some refactoring there (that will be necessary) and maybe some bugfixes. I hope I have written the usage understandably. Comments are welcomed!

Could you please have a look at my branch developers/peter/calitko-petr - I’ve implemented calss Uri there. Basic functionality is already in place. I’ll write more docs in the next iteration but there are good tests (though only a single one for encoding/decoding) so you should be able to figure out how to use it. scenarioParseUriAndAppendQueryItem() should be your exact use scenario for TrackerRequestWriter. We could easily add an function appendQueryItems() taking a list of QByteArray pairs.

Great! I’ll absolutely take a look at it (I think I’ll have time for that in the evening), do some review and let you know!

Have a nice day,

Petr

Would you like to post a relpy?


This post is a reply to:
Re: TrackerRequestDriver feedback
Hi Petr, Could you please have a look at my branch developers/peter/calitko-petr - I've implemented calss Uri there. Basic functionality is already in place. I'll write more docs in the next (more...)

Follow-ups:
Re: TrackerRequestDriver feedback
Hi Petr, The templater is awesome! I tried it out and it works just great! The code is perfectly readable too! I only allowed myself to modify the usage description a (more...)