I have taken a look at ubuntu c++ apps and must say I am struggeling a Bit. As I said my c++ skills are not that advanced. I have done a project in c++ and qt 2 years ago and found that to be doable at the time. Am I correct that in Ubuntu the actual c++ code is done via plugins/extensions and not directly in the "normal" code? I really have to figure out app programming in general as I normally do web coding mostly from scratch (as in coding every file myself) and am not used to having so many different files already setup at the beginning of the project.<br><br>Is your feedback app  code available somewhere for me to take a look at? Does it use qml + plugin/c++ or just pure qml?<br><br>I definitely want to learn to code native Ubuntu Apps are there any good intros on the basics of app programming beyond <a href="http://developer.ubuntu.com">developer.ubuntu.com</a> or any articles you would recommend from there?<br><br>The app I am thinking of would not only allow a user to give feedback but also allow the developers (core apps, system and others as opt-in) to post "missions". Missions would be new things the developers have landed and want feedback on. This would highlight specific new features and give developers a chance to get lots of feedback concerning the feature they are interested in, does it work as expected, do people like the Design etc.<br>We could also include something like an "announcements" Blog where the core developers could inform those using the development release.<br><br>I think bug reporting should remain separate from this.<br><br>This is the general idea and very much inline with what Windows is doing.<br><br>Love to hear from you.<br><br>Alex<br><br><div class="gmail_quote">On Mon, Dec 15, 2014, 23:26 Nicholas Skaggs <<a href="mailto:nicholas.skaggs@canonical.com">nicholas.skaggs@canonical.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 12/12/2014 05:22 PM, Alexander Langanke wrote:<br>
><br>
> Hello everyone,<br>
><br>
> I am not sure if this is the appropriate place to ask, please be so<br>
> kind to redirect me if it isn't.<br>
><br>
> I recently installed the Windows 10 technical preview on my windows<br>
> machine and have played around with OS X Betas in the past and really<br>
> liked the feedback apps they both have and the insider hub that<br>
> windows 10 recently recieved.<br>
><br>
> Why don't we build something similar for Ubuntu? We have apport as a<br>
> bug info collecting tool with no real GUI and no feedback tool<br>
> whatsoever (that I am aware of). The Ubuntu Test Cases could get some<br>
> more stagetime as well.<br>
><br>
If you search for 'feedback' in the store you will find a simple qml app<br>
I made that allows you to submit feedback at least. It's primary purpose<br>
was for beta testing and the feedback is collated into a simple form.<br>
The UI might at least prompt some thoughts. In addition, look for and<br>
check out the checkbox application in the store. These two are the<br>
closest apps I can think of that align with what you are after. That<br>
said, automatic crash reporting is occurring and some others can jump in<br>
and talk more about that than I can.<br>
><br>
> Do plans for something like this exist? If not, and you deem this a<br>
> not useless/obsolete idea, what would be the preferred way to start? A<br>
> native App or a web app that integrates the relevant launchpad sites<br>
> or perhaps a scope?<br>
><br>
Is the goal of the feedback application to provide bug reports? Report<br>
on usability issues? Prompt for manual tests? All of the above? I'm<br>
certainly keen to hear ideas on any of these types of tools, but I want<br>
to be clear what you are trying to solve. Things get murky quite quickly<br>
and it makes it hard to nail down what problem you want to solve.<br>
><br>
> What do you think?<br>
><br>
I love the enthusiasm and willingness to help fill the void :-)<br>
><br>
> I am a beginner in c++ but have some skills and experience in python,<br>
> php and HTML and would be willing to work on this if I can get a<br>
> little guidance here and there.<br>
><br>
I would suggest / surmise an app like this would be c++ with a qml frontend.<br>
<br>
Nicholas<br>
</blockquote></div>