Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Plug-in API #2

Open
kinow opened this issue Jan 26, 2013 · 1 comment
Open

Create Plug-in API #2

kinow opened this issue Jan 26, 2013 · 1 comment
Assignees

Comments

@kinow
Copy link
Member

kinow commented Jan 26, 2013

We can use plug-ins to let users modify Nestor to its own needs. One could use a set of plug-ins to have an agile test management tool, or provide different types or external API's.

Wordpress, Jenkins and Mantis provides different types of Plug-in API's (as well as other tools).

Here's a brief summary about its differences: http://www.kinoshita.eti.br/2012/10/25/a-quick-view-on-wordpress-mantis-and-jenkins-plug-in-api/

@ghost ghost assigned kinow Apr 22, 2013
@kinow kinow added this to the 1.0 milestone Feb 11, 2014
@kinow
Copy link
Member Author

kinow commented May 24, 2014

Half way through it. Using Laravel packages, with an extra entry in composer.json. This way we'll have what comes with packages: views, migrations, custom controllers and routes.

The upload & unzip feature is already implemented as well in branch try-issue-2. There is more work to be done, but I'd say we are more than 50% done. The initial plug-ins off the top of my head:

  • Text area editor (uses <textarea> as editor)
  • WYSIWYG editor (uses WYSIWYG editors with many JS flavours)
  • Simple Auth (uses something similar to Sentry for authentication)

Probably this issue will be resolved before next weekend.

@kinow kinow modified the milestones: 0.12, 1.0 May 29, 2014
@kinow kinow removed this from the 0.12 milestone Jun 9, 2014
@kinow kinow removed the in progress label Jan 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant