Open php-coder opened 4 years ago
@milik27 Hi, please, let me know whether you still want to work on this issue. Otherwise, I'll assign it to another person. Thanks!
The items should be loaded from API
It seems like we should use componentDidMount()
for that. Please, correct me if I'm wrong.
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:In case of a failure from a server, the error should be shown.
Part of #197