Front-end templates
Hi
Morgan
,
Below find the front-end templates for P3:
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/login.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/document-list.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/listing.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/tag-directory.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/tagging.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/users.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/compare.html
Please take a look and let us know any feedback you have.
Thanks,
Stephen
Below find the front-end templates for P3:
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/login.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/document-list.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/listing.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/tag-directory.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/tagging.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/users.html
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/compare.html
Please take a look and let us know any feedback you have.
Thanks,
Stephen
I'll go through these in more detail when I'm back in the office on Friday, but they look great.
Thanks,
Morgan
Can you provide us all templates so that we can start reviewing?
I've uploaded them here:
Templates - TOLOGIX - P3 Prototype for Tologix
A note from our dev on the scripts which you may need access to:
I included the unminified scripts in a separate zip since theres quite a bit of scripting I did for the drag and drop and compare views
Thanks,
Stephen
One other request from our dev:
Can you create your own custom.css like you did for ISLG so we can easily send you new css files if need be?
Thanks,
Stephen
A few comments on the front-end templates:
Morgan
We have applied some updates to fix mobile styling across all templates.
As for the hover on links the reason you are seeing inconsistencies is that for basic text links the underline is required by default to show that the text is interact-able. In some cases interact-able text is also accompanied by an icon indicator which is enough to show that the text can be clicked, in these cases we have omitted the underline by default.
Please let us know if this makes sense or if you still have any concerns.
I have uploaded the updated templates here: P3 Templates.zip - TOLOGIX - P3 Prototype for Tologix
Thanks
Morgan
Could you pleases give us a timeline for implementation of the templates?
Thanks!
Ryan
We have started to integrate new design templates. This implementation will take at least 3 weeks as we require to do few changes as coding level also for the new slider used in compare documents module.
Morgan
As per the new design the left side filter controls are also different from the controls we have implemented. Please see attached screehshots.
We are assuming that we need to keep the existing filter controls as it is and don't require to implement the newer ones given in the new design. If we will implement the newer ones will require additional efforts. Please suggest.
Thanks!
Ryan
The current filters looks good to me. From the screenshot above, they look similar to the ones we've introduced to the FTS in ISLG. However,
Also, would it be possible to get a link and login for the front-end site?
Thanks,
Morgan
Morgan
We will check for the animations and let you know.
http://tologix-p3-inventory.s3-website.ca-central-1.amazonaws.com/document-list.html
I have changed the functionality of the filters on this page to use the same library used on the existing application http://p3lg.tologix.com/Home/Search?tagId=62&tagIdList=0 (styled to look like the new design)
If the dropdown list of filters is longer than ~6 items it will scroll independently.
This should be pretty simple to implement as it should only require a basic select box with the class 'form__sumo'.
<div class="form__group form__group--sumo"> <select id="select-jurisdiction" class="form__input form__sumo" placeholder="Search Jurisdiction" multiple> <option value="j-1">Search Facet 1</option> <option value="j-2">Search Facet 2</option> <option value="j-3">Search Facet 3</option> <option value="j-4">Search Facet 4</option> <option value="j-5">Search Facet 5</option> <option value="j-6">Search Facet 6</option> </select> </div>I included the sumo select library in the footer of the document included before my custom javascript
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery.sumoselect/3.0.2/jquery.sumoselect.min.js"></script>
and the libraries stylesheet in the <head> before my custom css
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery.sumoselect/3.0.2/sumoselect.min.css">
We have integrated new design on demo server. We are still testing the functionality with the new design. Meantime you can check the site and give your initial feedback.
Also, I'll need a brief orientation on how to use the system, particularly with regards to uploading PDF for HTML conversion and setting up the ToC.
Thanks,
Morgan
We have cleared database so that you can start testing. Meantime, we will do some more testing as well as work on few pending items.
Thanks,
Morgan
Ryan
Morgan