Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
beat.web
beat.web
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 54
    • Issues 54
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • beat
  • beat.webbeat.web
  • Issues
  • #181

Closed
Open
Opened May 20, 2015 by Philip ABBET@philip.abbet9 of 9 tasks completed9/9 tasks
  • Report abuse
  • New issue
Report abuse New issue

Reports: Model creation + Web API

About the model:

  • A set of hand-picked experiments
  • An author
  • A name
  • A documentation
  • A unique number (see attestations)
  • Must lock (not modifiable() nor deletable()) experiments assigned to it
  • Three possible states: edition, locked, published
  • The content of the report is defined using a JSON array (stored in the database), where each entry might represent either a table (which columns + how to sort the experiments + an optional caption) or a figure (whatever is needed to plot it + an optional caption)

Web API:

  • creation of a report
  • deletion of a report
  • retrieval of a report
  • retrieval of a list of reports
  • locking of a report
  • publication of a locked report
  • addition of experiments in a report
  • removal of experiments from a report
  • update of the content of a report

Each endpoint must be tested.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
enhancement
Assign labels
  • View project labels
Reference: beat/beat.web#181