Skip to content

Add UI for showing todo items of a series #1331

Open
@php-coder

Description

@php-coder

On the src/main/webapp/WEB-INF/views/series/info.html page we should show a list of todo items. It should have a header "TODO" (see "Similar series" as example). Every item should be a checkbox.

The items should be loaded from API (/todo/items?series_id=ID) and they might look like the following:

[
  {1, "Replace an image"},
  {2, "Add Michel numbers"}
]

In case of a failure from a server, the error should be shown.

Part of #197

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions