Skip to content

i5okie/redress_old

Repository files navigation

REDRESS

Self-Service Portal Project for manufacturers and resellers

Redress is a basic userless customer self-service portal. A visitor is first met with any marketing information, and contact information of how to get phone assistance or remote tech support (optional).

At this point the main functionality of the app is to list products and list downloadable documents like user guides, manuals, as well as drivers and utilities. As an option, videos can be added either by uploading, or embedding. visitors can then chose their product and download the appropriate documentation or utilities.

This is a work-in-progress project. Being developed for a value-added-reseller; Dealing with many different products, a lot of value-added components of a complete system need to have supporting implemintation documentation which sometimes is not availble elsewhere.

The project is being developed with open-source license in hopes to add further functionality in the future. Some of this functionality could be issue tracking, product tracking. Generating printable barcode label for customers to scan and direct to specific product page, where they will be able to see any warranty information as well as service contracts, etc.

Future ideas: issue tracking; outsourced-it customer account management; crm functionality; warranty/service expiration/renewal notifications to staff and external customers.

Contributions / Pull requests are welcome!!

Completed Work

  • Categorized product listing with images and description
  • Product management (basic CRUD)
  • Categorized and tagged

To Do

  • Add functionality to add/remove/edit static pages for quick guides / tutorials (example: how to configure POS scanner, page lists configuration barcodes to be scanned off screen)
  • Add functionality to add/remove/edit embedded videos for products

Requirements

  • Rails 4.0.2
  • Ruby 2.0.0-P353
  • PostgreSQL

Licence

Copyright (c) 2014 Ivan Polchenko

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.