Basic Assignments
 
Options & Settings
 
Main Time Information
Color Code: Blue
Created By: Shannon Scoffield
Created Date/Time: 8/13/2013 6:07 pm
 
Action Status: Blank (new)
Show On The Web: Yes - (public)
 
Time Id: 1136
Template/Type: Daily Ideas
Title/Caption: Daily Ideas
Start Date: 3/11/2013
Main Status: Active

click to enlarge - photo by: Shannon Scoffield -
click to enlarge - photo by: Shannon Scoffield -
 


Notes:
-On eCommerce, we need to show a crumb trail of where we are and what still needs to be done. A good crumb trail that is already built in the system is the stock/unit sales process. It shows steps and allows for users to jump back and forth between steps. That may be a good guide… going forward.
-On the same crumb trail or steps mentality… when a new user comes into the site, maybe help hold their hand a little bit to get them going. Help them setup a location, corp-wide settings, personal settings, banks, departments, time, taxes, and payroll settings.
-I keep having the thought about putting our code out for people to look at… I’m not sure when but at some point it may need to be out there. We’ll have to be careful about security issues but it could be pretty cool. I was thinking about using text files (.txt) so that people could browse and look at them right online. For example: Say they wanted to see the code for the printable invoice. The ColdFusion file (the real file) would be called printableinvoice.cfm. If they wanted to see the code, they would just change the extension from .cfm to .txt and they could view the code, or a copy of the code.
-Making our code available may come in to play as we expose an external API (application programming interface) and allow our functions and logic to become consumable.