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

URL Whitelist Entry per Application #6

Closed
26 tasks done
tyduptyler13 opened this issue Nov 4, 2019 · 0 comments
Closed
26 tasks done

URL Whitelist Entry per Application #6

tyduptyler13 opened this issue Nov 4, 2019 · 0 comments
Assignees
Labels
Projects
Milestone

Comments

@tyduptyler13
Copy link
Contributor

tyduptyler13 commented Nov 4, 2019

URL Whitelist Entry per Application

Problem

It is currently not possible to have different URL whitelist behavior per application.

Solution

Pick one:

  • Add a tagging system similar to our existing tags so that the applications can "subscribe" to the tags they wish to use. The migration would put all existing url whitelist entries in a global tag and put that tag in all applications that are using the URL filter.
  • Add a checkbox list to every url whitelist entry for all of the applications. Selecting no applications applies it to all and checking any application will only apply it to the selected applications (harder to setup and very limiting if the client has 100s of whitelist entries)

Design

API

  • Whitelist URL Tags
    • Create
    • Delete (id)
    • Retrieve by id
    • Retrieve by name
    • RetrieveAll
  • Whitelisted URL
    • Create
    • Delete (id)
    • Retrieve by id
    • RetrieveAll
    • Update

UI

  • Whitelisted URL (index)
    • Add
    • Edit
  • UrlWhitelistTag (index)
    • Add
    • Edit
    • Delete
  • Application Configuration (URL Tags)

Internal

  • Approval Queue
  • Import/Export
  • Backup/Restore

Review Notes

  • Document tag behavior in application and entry edit/add
  • Fix global checkbox hide close
  • Add application action test for tags

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

@tyduptyler13 tyduptyler13 self-assigned this Nov 4, 2019
@tyduptyler13 tyduptyler13 added this to Backlog in CleanSpeak via automation Nov 4, 2019
@robotdan robotdan moved this from Backlog to Design Phase in CleanSpeak Nov 4, 2019
@robotdan robotdan added this to the 3.25.0 milestone Nov 4, 2019
@tyduptyler13 tyduptyler13 moved this from Design Phase to In Progress in CleanSpeak Nov 11, 2019
@tyduptyler13 tyduptyler13 moved this from In Progress to Ready for Review in CleanSpeak Nov 19, 2019
@tyduptyler13 tyduptyler13 moved this from Ready for Review to Reviewer Approved in CleanSpeak Nov 27, 2019
@tyduptyler13 tyduptyler13 moved this from Reviewer Approved to Done in CleanSpeak Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
CleanSpeak
  
Done
Development

No branches or pull requests

2 participants