Skip to content
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

New accessors and methods #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tgirardi
Copy link

Adds Accessors for:

  • Views
  • Tags

Note: I have tested several methods for both accessors, but not all.

Adds the following methods:

  • views.tickets (to request tickets from a certain view)
  • tags.addTags (better to use the next methods...)
  • tags.addTagsToTicket (appends new tags to a certain ticket)
  • tags.addTagsToOrganization (appends new tags to a certain organization)
  • tags.addTagsToUser (appends new tags to a certain user)

Adds method "tickets" which requests tickets from
a certain view
Adds methods:
* addTags
* addTagsToTicket
* addTagsToOrganization
* addTagsToUser
... to the tag accessor, so new tags can be added to tickets,
organizations and users.

addTagsToTicket, addTagsToOrganization, addTagsToUser are more abstract
wrappers for addTags.
@glrodasz
Copy link
Contributor

Could you add some tests for this?

@tgirardi
Copy link
Author

@glrodasz yes. I'll try to do it this week

@tgirardi
Copy link
Author

But any help would be much appreciated 😃

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

Successfully merging this pull request may close these issues.

None yet

2 participants