derrell / App-Inventor-Gallery

App Inventor Gallery
20 stars 17 forks source link

Add "Featured" button to AppInfo page, if permissions allow #200

Open derrell opened 13 years ago

derrell commented 13 years ago

It should be easy for an administrator to add an application to the "Featured" set. With the current interface, that will be able to be done from the Application Management page (once that's fully working) but I suspect a more likely place to do it is while viewing the AppInfo page for that application.

Add an RPC specifically to add or remove the "Featured" tag, ensure that the authenticate() method in MDbifCommon allows it only with a specified permission value, and when the current user has that permission, add a "Featured" checkbox to the AppInfo page which toggles the Featured tag by calling that RPC.

derrell commented 13 years ago

This will require: