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

Ability to link password categories and passwords to devices #22

Closed
stemid opened this issue Jan 10, 2017 · 2 comments
Closed

Ability to link password categories and passwords to devices #22

stemid opened this issue Jan 10, 2017 · 2 comments

Comments

@stemid
Copy link
Collaborator

stemid commented Jan 10, 2017

It's already possible to associate devices with password categories or passwords using the Siptrack client API.

But it should also be possible to do using the web GUI.

Here is how it's done in the API using this repl script.

device1 = st.getOID('1771701')
category1 = st.getOID('1785430')
device1.associate(category1)
@stemid
Copy link
Collaborator Author

stemid commented Jan 10, 2017

Roadmap of features required.

  • Ability to tag a password or password category using the tagging feature
  • Ability to use tagging feature to link the tagged node to a device
  • List the associated nodes on each device page with links

When linking to a password or password category, use the path display/ because it will figure out where the link needs to go without you knowing what type of node you're linking to.

stemid added a commit that referenced this issue Nov 2, 2017
* Started making categories more visible in tables with a folder icon
* Changed action links to button group, causes table row to be a bit
high but that seems to be the bootstrap standard look
@stemid
Copy link
Collaborator Author

stemid commented Nov 2, 2017

Started solving this in f3b32b4.

Should be what I'm after.

  • Ability to tag a device through web gui
  • Ability to link the tagged device with a password or password category
  • A new tab in device view that shows linked passwords and password categories

I don't want the linked password objects directly in the main view because they might be mistaken for password child-objects.

I also used folder icons for the password category tables. I think this makes it more clear which are categories and which are items in many cases.

@stemid stemid closed this as completed Nov 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