By Rishabh Ranjan Jha on 2021-08-10 14:44 in GSoC 21 Feature Enhancement - 2

Date: 2 August 2021 - 8 August 2021

Location: Glip

Hi, this is the progress report for the cookie manager project which is currently part of GSoC.

In the 9th week of the program, we discussed the cookie consent informational framework and implemented its Admin UI.

Tasks completed this week:

  • Create a database table cookiemanager_consents for storing cookie consents.
  • Add a toolbar for the list view which has only a delete button.
  • Add a toolbar for edit view which has only a cancel button.
  • List view for consents includes
    • CCUUID
    • UUID
    • Consent Date
    • ID
  • Edit view for consents includes
    • UUID
    • CCUUID
    • Consent Opt-in
    • Consent Opt-out
    • Consent Date
    • URL
    • User Agent of the browser

 

Pull Request - https://github.com/joomla-projects/gsoc21_cookie-manager/pull/10