Skip to content

Update Feedback Manager and Metadata Explorer to support generic view services #70

@dwolfson

Description

@dwolfson

Need to update these classes to allow users to specify, for example, the view service to apply feedback to. Today, the query parameters in feedback manager are set with:

possible_query_params = query_string(
[
("isPublic", is_public),
("viewServiceUrlMarker", view_service_url_marker),
("accessServiceUrlMarker", access_service_url_marker),
]
)

So we need to remove the accessServiceUrlMarker and if the viewServiceURLMarker is provided, use it to replace the default URL marker (e.g. feedback-manager) with another module name. So viewServiceURL marker is also removed as a query parameter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions