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

Support multiple dashboards #9

Open
macbre opened this issue Nov 27, 2018 · 0 comments
Open

Support multiple dashboards #9

macbre opened this issue Nov 27, 2018 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@macbre
Copy link
Contributor

macbre commented Nov 27, 2018

An example for example.yaml config file:

# now features "score" will be calculated using the metrics defined above with per-feature parameters set
features:
    - name: PanTadeusz
      url: "http://lubimyczytac.pl/ksiazka/4871036/pan-tadeusz"
      template:
        book_id: 4871036
      metrics:
        # additional metric just for this book
        - name: lubimy_czytac/wants_to_read

    - name: "Wojna i Pókój"
      url: "http://lubimyczytac.pl/ksiazka/4869384/wojna-i-pokoj-tom-1"
      template:
        book_id: 4869384

# define customised dashboards, the one under the root URL will display all features
dashboards:
   - name: "Literatura Polska"
     features:
       -  PanTadeusz
@macbre macbre added the enhancement New feature or request label Nov 27, 2018
@macbre macbre added this to the v0.2 milestone Nov 27, 2018
@macbre macbre modified the milestones: v0.2, v0.3 Feb 6, 2019
@JoannaBorun JoannaBorun modified the milestones: v0.3, v0.2 Mar 1, 2019
@macbre macbre modified the milestones: v0.2, v0.3 Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants