timofeysie / khipu

Electron PWA starter
MIT License
4 stars 1 forks source link

create a detail page for a selected item #7

Closed timofeysie closed 3 years ago

timofeysie commented 3 years ago

Create a details page to show the details of an item selected.

An item can be used to get a detail page from Wikipedia. Wikidata will also hold a list of languages available for each item.  This property can be used to get translated pages.

Detail pages also contain preamble icons with warnings which need to be captures and shown as collapsable icons under the description. https://github.com/timofeysie/strumosa-pipe#the-items-api

Add a directory in the features/category-item-details so it will look like this: ├── items/ ├── item-details/ ├── categories/ ├── category-item-details-routing.module.ts └── category-item-details.module.ts

The directory will contain these features, like the categories directoy: ├── item-details.component.ts/.html/.scss/.spec ├── components/ ├── containerss/ ├── item-details.endpoint.ts ├── item-details/store.state.ts └── item-details.store.ts

timofeysie commented 3 years ago

Done:

To do:

Item details was a blocker, so all these things can happen now. Probably create some new issues to handle most of these.

timofeysie commented 3 years ago

More todo: