I have just recently dusted off a pet project, sample-bastion-plugin[1], that I had started to use as a model for the generator-bastion[2] work. While I'm not sure there is anything greatly technical here, it is an opportunity to cover all aspects of a RoR UI project.
The idea was that I would create a generic sample plugin that followed the best practices _in all aspects_ of a katello plugin. It would do everything from rubocop and travis, to testing, models, migrations, and ui. This would then serve as a template to the 'yo' generator. You could quickly generate a skeleton plugin with models, controllers, etc. It's a lot of work and covers a lot of the baseline stuff we devs need to do and be aware of. [1] https://github.com/thomasmckay/sample-bastion-plugin [2] https://github.com/thomasmckay/generator-bastion/tree/plugin On Thu, Sep 29, 2016 at 11:57 AM, Lukas Zapletal <[email protected]> wrote: > Hello, > > few students of mine are considering doing Diploma Thesis for Red Hat. > Can you figure out some good Foreman topics? Unfortunately, it looks > like today UNIX and datacenter administration is uncool, as I have > learned the other day, so ideally they are looking for: > > - JavaScript and UI/UX > - web app development in general > - mobile programming > - iOS / macOS / Swift (need to google that one out) > > Ideal task is something isolated, that can be done as a different > project or plugin. Send me your ideas, thanks! > > -- > Later, > Lukas #lzap Zapletal > > -- > You received this message because you are subscribed to the Google Groups > "foreman-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "foreman-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
