Skip to content

Replace usage of UrlEntityDto by String #440

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
6 tasks done
php-coder opened this issue Aug 15, 2016 · 1 comment
Closed
6 tasks done

Replace usage of UrlEntityDto by String #440

php-coder opened this issue Aug 15, 2016 · 1 comment
Assignees
Milestone

Comments

@php-coder
Copy link
Owner

php-coder commented Aug 15, 2016

UrlEntityDto holds id and slug members that are used for building URLs. After migration to URLs with slugs (#205, #206, #207) we don't use id and I think that we can replace UrlEntityDto by String.

The following methods should be updated:

  • CategoryService.add()
  • CountryService.add()
  • CollectionService.addToCollection()
    • CollectionDao.addSeriesToCollection(): replace argument collectionId by collectionSlug
  • CollectionService.removeFromCollection()
    • CollectionDao.removeSeriesFromCollection(): replace argument collectionId by collectionSlug
@php-coder php-coder modified the milestone: next Aug 15, 2016
php-coder added a commit that referenced this issue Sep 17, 2016
php-coder added a commit that referenced this issue Sep 17, 2016
@php-coder php-coder self-assigned this Sep 17, 2016
@php-coder php-coder modified the milestones: 0.4, next Sep 17, 2016
php-coder added a commit that referenced this issue Sep 19, 2016
…by collectionSlug.

Addressed to #440

No functional changes.
php-coder added a commit that referenced this issue Sep 19, 2016
cssru pushed a commit to cssru/mystamps that referenced this issue Oct 5, 2016
cssru pushed a commit to cssru/mystamps that referenced this issue Oct 5, 2016
cssru pushed a commit to cssru/mystamps that referenced this issue Oct 5, 2016
…by collectionSlug.

Addressed to php-coder#440

No functional changes.
cssru pushed a commit to cssru/mystamps that referenced this issue Oct 5, 2016
php-coder added a commit that referenced this issue Oct 19, 2016
@php-coder
Copy link
Owner Author

Done.

php-coder added a commit that referenced this issue Oct 19, 2016
Correction for ff8fff5 commit.

Addressed to #440
bodom91 pushed a commit to bodom91/mystamps that referenced this issue Aug 2, 2017
bodom91 pushed a commit to bodom91/mystamps that referenced this issue Aug 2, 2017
bodom91 pushed a commit to bodom91/mystamps that referenced this issue Aug 2, 2017
…by collectionSlug.

Addressed to php-coder#440

No functional changes.
bodom91 pushed a commit to bodom91/mystamps that referenced this issue Aug 2, 2017
bodom91 pushed a commit to bodom91/mystamps that referenced this issue Aug 2, 2017
bodom91 pushed a commit to bodom91/mystamps that referenced this issue Aug 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant