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

Vendor specific quick links and information #221

Open
octomike opened this issue Jun 15, 2018 · 2 comments
Open

Vendor specific quick links and information #221

octomike opened this issue Jun 15, 2018 · 2 comments

Comments

@octomike
Copy link
Member

It turns out Dell decided to use sane URIs for their support cases and information and all those URIs need is the service tag.

For instance, we can get to the device drivers page here: http://www.dell.com/support/home/us/en/debsdt1/product-support/servicetag/80bbfd2/drivers

Or, super useful as well, create a support case here: http://www.dell.com/support/incidents-online/de/de/debsdt1/ContactUs/ServiceTag/1PV6MM2

I was thinking about adding a widget on the right hand side, iff the vendor is part of a supported list of vendors and the necessary ID (serial number/service tag) is present.
In the future we could also show warranty status information by using Dell's (non-free) device API.

Other vendors that would be interesting are for us are Apple and Lenovo.

@octomike octomike changed the title Vendor specific quick links and notifications Vendor specific quick links and information Jun 15, 2018
@LizzAlice LizzAlice self-assigned this Jul 27, 2018
@LizzAlice
Copy link
Contributor

LizzAlice commented Jul 27, 2018

  • create model
  • create template tag for replacing searchstr for url in devices
  • create views
    • delete deleted vendors from vendor list
    • fix edit view
  • create templates
  • add menu point for vendors
  • think about permissions
  • add vendor foreign key field in device
  • create widget in device detail view
  • keep possibility to change vendor in device edit?
  • add service tag field for device
  • make links in widget clickable and insert identifier number
  • in vendor detail: list all devices with numbers needed for url
  • define form_valid for create and update view

@LizzAlice
Copy link
Contributor

LizzAlice commented Aug 13, 2018

  • change vendor model to url model
  • manufacturer instead of vendor
  • change vendor views to url views
  • change vendor templates to url templates
  • think about necessity of url_list
  • show urls in device template
  • option to add more urls
  • make urls editable in manufacturer template
  • list urls in manufacturer detail view
  • for new url: starting manufacturer as set
  • right redirection after delete
  • instructions on create and edit page
  • insertion in templates

restructuring:

  • remove url button from manufacturer site
  • put new url in device edit (and manufacturer edit??)
  • use pystache instead of own
  • enable some char fields to be included in the url

why does it even make sense to have this inside of device or manufacturer???

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

2 participants