yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
826 stars 261 forks source link

Planning a forked overhaul #339

Open smilansky opened 8 years ago

smilansky commented 8 years ago

Hey guys - I have been using a forked/modded implementation of this package for the past few months for a client of mine. After spending a good amount of time working with it, I wanted to solicit help with releasing a modded version, that will address the following (listed in terms of priority):

Please mention any issues or critical features that you think will make this a better admin package in this thread and let me know if you want to help. Yogiben and anyone who has contributed - thanks for making a great package!

Obiwarn commented 8 years ago

Awesome. I think you addressed the main concerns people have.

What could be useful is

JohnRodney commented 8 years ago

I think an admin panel with 1.3 support using imports and maybe a registration system is going to be a growing demand now.

Obiwarn commented 8 years ago

any news on this?

smilansky commented 8 years ago

@obiwarn - I was waiting to start this with 1.3 support. I am planning it out, did you want to help? :)

Obiwarn commented 8 years ago

@smilansky: Sadly, it's crunch time here. So the team would kill me.

JohnRodney commented 8 years ago

@smilansky I wouldn't mind helping I know my boss is looking for an out of the box admin solution for meteor, but I had a hard time signing off on this repo until I could see it work properly with 1.3. If you would be willing to share with me some of your planning /whiteboarding ect I may be able to find a few hours a week to help contribute to this. You can contact me vai email at jrodney@poeticsystems.com

JulianKingman commented 8 years ago

Keep me in the loop on this, I'm interested.

maxkferg commented 8 years ago

We are interested in implementing many of the changes mentioned in this thread at Nitrolabs. In particular, we want to start with the following:

We feel that these features are needed ASAP if people are going to use this package with Meteor 1.3. If anyone has some ideas/code that could help please let us know. Either way, we will start pushing ahead in August.

JulianKingman commented 8 years ago

I found these, is there something you would improve on? It seems like Meteor-Factory is more recent https://github.com/meteor-factory/meteor-admin https://github.com/sachinbhutani/flow-db-admin/

@mpowaga are we reinventing the wheel in this discussion?

avishaan commented 8 years ago

@JulianKingman, are any of those properly supported, they seem like they haven't been worked on in a while

avishaan commented 8 years ago

@maxkferg I really need this for 1.3, at least to fix the global import issue

maxkferg commented 8 years ago

@codeHatcher. We have moved over to the https://github.com/meteor-factory/meteor-admin fork. It is better set up for Meteor 1.3 and ES6

avishaan commented 8 years ago

@maxkferg I saw that but am really hesitant to use that because it has been 7 months since the last commit. This makes me think it is no longer supported or being looked at. Is it still in (semi) active development?

maxkferg commented 8 years ago

@codeHatcher. I agree with you - this fork (yogiben) seems to have a lot more activity. There are three reasons why we decided to go with the mfactory fork:

1) It already supports iron-router and flow-router 2) It is written in pure js, not coffee (js makes more sense right now) 3) Collections do not have to be global (Works much better with Meteor 1.3)

We think the mfactory fork is a better place to focus development effort, but this fork clearly has more activity. I would like to hear from @yogiben about this

avishaan commented 8 years ago

@maxkferg I agree with all your points. 7 months is just sooooo long in the js meteor world. I'm looking at other alternatives now including flow-db-admin and orionjs hoping they have options that work with 1.3

really your 3 point is the most important for me right now