Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Category Manager - list and view working; add+edit skeleton #190

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sdecianu
Copy link

Partial implementation of the Categories Manager

Changes:

  • added dashboard, view, add and edit component
  • working solution for dashboard and view
  • minor tweak to the menu in order to support a new entry
  • add lodash for convenience

Testing: only manual - I can't run the specs :(

Known issues:

  • can't run specs
  • add and edit are waiting for changes on rvm-api.

@sdecianu sdecianu changed the title RVM - category list and view, as well as add+edit skeleton components Category Manager - list and view working; add+edit skeleton Feb 26, 2022
export class CategoriesService {
constructor(private httpClient: HttpClient) {}

/**
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a bunch of code related to pagination copy-pasted from the Resources components, but they're not used since the RVM categories API doesn't currently support pagination.

I'm still considering whether I should just completely remove them, if we don't intend to add pagination, or keep them if we do :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant