M
Miskin IT
- Original Poster
- #1
We've developed an Android App that can monitor data and statistics from any website and receive updates on sales, traffic, uptime, trends, profits etc. and alert you when a sale is made, certain goals have been met or big order met etc.
We've already tested this in alpha stage using a loan affiliate who thinks it's incredible. The app polls their website, gathers information from the DB and displays all customers, their details and commission received plus totals for the day/week etc.
This app is designed to be totally scalable and uses HTML and CSS as its display method. This means all data can be gathered easily server side in any web solution, converted to html, compressed and sent to the app. The app displays data based on the CSS downloaded from a website just like a website does so the user can alter and style the app as they please, they can even style it to look lie their own site. This means it has the versatility/usability of a browser but contained within the power of an app (can run in the background and poll every 5min or so, notifiy user, store data etc.).
It also can include multiple pages in the downloaded file. So if you want to monitor 2 websites you simply side swipe the screen to show the next page of data. It also includes its own protocol which the app recognises as one of its own pages so for example if you includes <a href="example.myapp/joebloggs">Joe Bloggs</a> it will look for that page within the downloaded file and display it.
This can be used to display further information on customers if you click their name from within a list.
Even better, although not fully implemented yet, is that it can display SVG Vector images within the app. This means you can easily create an image server side based on product sales or traffic, add it to the download file and it will display on the page you require.
It also includes username and passwords so certain users can get more sensitive information than others etc.
So how will this work using an e-commerce solution?
A simple plugin/module is created for the e-commerce solution that can read information from the DB. The server can do the demanding work, collate and put the sale data into a html/css format. This can be easily viewed in any browser for testing purposes.
The app runs in the background on your phone and requests the file on a set time (5min, 60min etc.). Once the file is received it alerts you (beep or vibrate) new data has been received (can be customized). Because there can be several pages you can split up data on each page so the main page can display bar graphs showing hourly sales, pie graph showing product popularity and a summary of sales, total customers, abandoned carts etc.
Then the user side swipes to display the second page to show a list of all customers with product bought, amount spent and whether they're pending or product sent. The user then clicks/presses a name to display all the details for that customer (address, payment method etc.).
What we want to know if theres anyone who would be interested in something like this and if theyd like to take part in the testing process for Magento or CS Cart? Its designed more for business owners who want to instantly monitor their sales. We do realise that there are apps that do the same thing and integrate to stores but this app is incredibly versatile, it can be used on ALL solutions easily and users with simple html knowledge can easily customize the looks and what it can display.
We've already tested this in alpha stage using a loan affiliate who thinks it's incredible. The app polls their website, gathers information from the DB and displays all customers, their details and commission received plus totals for the day/week etc.
This app is designed to be totally scalable and uses HTML and CSS as its display method. This means all data can be gathered easily server side in any web solution, converted to html, compressed and sent to the app. The app displays data based on the CSS downloaded from a website just like a website does so the user can alter and style the app as they please, they can even style it to look lie their own site. This means it has the versatility/usability of a browser but contained within the power of an app (can run in the background and poll every 5min or so, notifiy user, store data etc.).
It also can include multiple pages in the downloaded file. So if you want to monitor 2 websites you simply side swipe the screen to show the next page of data. It also includes its own protocol which the app recognises as one of its own pages so for example if you includes <a href="example.myapp/joebloggs">Joe Bloggs</a> it will look for that page within the downloaded file and display it.
This can be used to display further information on customers if you click their name from within a list.
Even better, although not fully implemented yet, is that it can display SVG Vector images within the app. This means you can easily create an image server side based on product sales or traffic, add it to the download file and it will display on the page you require.
It also includes username and passwords so certain users can get more sensitive information than others etc.
So how will this work using an e-commerce solution?
A simple plugin/module is created for the e-commerce solution that can read information from the DB. The server can do the demanding work, collate and put the sale data into a html/css format. This can be easily viewed in any browser for testing purposes.
The app runs in the background on your phone and requests the file on a set time (5min, 60min etc.). Once the file is received it alerts you (beep or vibrate) new data has been received (can be customized). Because there can be several pages you can split up data on each page so the main page can display bar graphs showing hourly sales, pie graph showing product popularity and a summary of sales, total customers, abandoned carts etc.
Then the user side swipes to display the second page to show a list of all customers with product bought, amount spent and whether they're pending or product sent. The user then clicks/presses a name to display all the details for that customer (address, payment method etc.).
What we want to know if theres anyone who would be interested in something like this and if theyd like to take part in the testing process for Magento or CS Cart? Its designed more for business owners who want to instantly monitor their sales. We do realise that there are apps that do the same thing and integrate to stores but this app is incredibly versatile, it can be used on ALL solutions easily and users with simple html knowledge can easily customize the looks and what it can display.
