This repository was archived by the owner on Dec 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Road map
devmohsh edited this page Dec 1, 2011
·
8 revisions
- Refactor the library functions
- Dealing with self object permission (ex: user can edit his "own" posts only? )
- Refactor user login attempts functionality
- Make it easier for drivers to be written for OAuth 2.0 providers like Google, Yahoo, Youtube, Twitter, etc to allow for a more streamlined login process. Perhaps an OAuth 2.0 API script the drivers extend to make an OAuth capable driver perhaps that takes care of the heavy lifting?
- Events system; allow a user to override core parts of the library and execute functions at particular entry points so changes to the library itself don't need to be made which will mean someone can upgrade when a newer version comes out and not have to re-add in their changes again.
- A better, more efficient way to handle user meta.
- Consider in some parts using Codeigniter's built in database library for things like querying for a user instead of relying on Datamapper for everything.
- simple Control Panel
- Develop the deny all expect allowed check function
- Develop the allow all expect deny check function
- Super Admin must not checked for permission
- URI and sub-directory using route function