arXiv/zzz-arxiv-feedback

Implement install(app: Flask) function to register the feedback blueprint

Open

#1 opened on Jul 18, 2019

 (0 comments) (0 reactions) (0 assignees)Shell (2 forks)auto 404
good first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

This involves implementing https://github.com/arXiv/arxiv-feedback/blob/1c2cec6f48e2725d30497dfc6dc4829ac336cea5/arxiv/feedback/__init__.py#L6-L9

The function should register the ui blueprint on the app, and also check for/set defaults for config params:

  • APPLICATION_REPOSITORY_URL
  • APPLICATION_CONTRIBUTORS_URL

Contributor guide