Dylan Page

Results 97 comments of Dylan Page

@Indemnity83 @EntranceJew The outline or summary relies heavily on the Technic team since it affects their workflow/infrastructure on a deep level. I'm meeting with @sct and @CannibalVox soon to get...

Solid implementation! A couple things to note: - You should verify/sanitize the inputs before performing a Eloquent lookup. For Example: ``` php $source = Modpack::where('slug', '=', Input::get('source'))->first(); $destination = Modpack::where('slug',...

Its a good idea, but we should get some more input on this. I dont want to clutter up the dashboard too much

This is definitely a gray area. I have an idea on how to do this but it will take some time to theorize and implement.

@Indemnity83 Initially this was thought of to still be a single-tenant application with rewritten access controls for multiple users. What are your thoughts on multi-tenancy? Is there an advantage you...

Check out my [TechnicServerCore](https://github.com/GenPage/ServerCore) repo. I have been planning this for a long time and currently it only operates for official packs but I plan on expanding it for us...

First look is a solid implementation, Going to cross-reference and make tweaks with our newly planned API spec to allow for better compatibility down the line. http://docs.solder.apiary.io/#reference/modpack/build/view-a-builds-details

The UI does need a dire refreshing however it is not a pressing issue at this time. The issue is noted.

Completely UI optimizations. Placement, size, etc.

This is planned but relies on changes on NEM's side. One those API changes are implemented, planning and development for Solder can begin