Add Validation Checks to BasketController aka Clipboardcontroller

Issue #2010 resolved
Daniel Zoller created an issue

Please validate the presence of a hash and a user in the command when trying to add or remove a clipboard item.

Please also rename the BasketController to ClipboardController.

Comments (13)

  1. Viktor Hemsen

    "Please also rename the BasketController to ClipboardController."

    only the BasketController? it might get confusing looking at it after a while because there are a lot of 'baskets' in the whole project.. my guess is to rename all basket-related functions,files(jspx,tagx..),etc to 'clipboard'

    what do you think?

  2. Viktor Hemsen

    i added the validation and renamed the files in the webapp project. commit 72450ca

    maybe we should create extra tickets for the files in the database, model, etc modules (and probably functions too) ?

  3. Log in to comment