Wix app to return an array of products/posts
Budget: ₹400 – ₹750 INR
Hello everyone,
I want to develop good relative simple wix app that will create an array of objects/urls every time a user views a Product/Post page under certain conditions, and for that array of objects to be loaded via an external web app which is located on a CDN server.
To be clear, looking for someone to only develop the wix app side only and integrations with the CDN server will be done by us.
Here are the requirements
- When a visitor views a page, the app will check if the current page URL structure has the string "/product-page/" in it. If it does, the following will happen:
1.a. App will create a list/array with all products that share the same category. Each product/object will contain the following attributes:
- Product url
- Product title
- Product image url
1.b. The array will be ORDERED according to the newest product at the top and oldest at bottom
2. App will import external web application located on a CDN server (JS & CSS files)
* Web app will load and render the array/list from point 1 (Integrations will be done by us)
3. The Array/list (See point 1.) will be saved as server cache, so next time a visitor views the same page, the array will already exist and waiting, in order to save valuable server resources (Performance)
* Cache will be reset every X hours, so when app see's that there's no list in cache it will create it
## Please note: This process must be done also on '/post/' pages. I used products only to describe the process, but it needs to support both cases (So when user views a product page it will return related products, and when views a post it will return related posts)
Two important factors:
1. App must be able to load the external JS/CSS files
2. Can we save the data i listed on server Cache?
Thank you for your consideration
I want to develop good relative simple wix app that will create an array of objects/urls every time a user views a Product/Post page under certain conditions, and for that array of objects to be loaded via an external web app which is located on a CDN server.
To be clear, looking for someone to only develop the wix app side only and integrations with the CDN server will be done by us.
Here are the requirements
- When a visitor views a page, the app will check if the current page URL structure has the string "/product-page/" in it. If it does, the following will happen:
1.a. App will create a list/array with all products that share the same category. Each product/object will contain the following attributes:
- Product url
- Product title
- Product image url
1.b. The array will be ORDERED according to the newest product at the top and oldest at bottom
2. App will import external web application located on a CDN server (JS & CSS files)
* Web app will load and render the array/list from point 1 (Integrations will be done by us)
3. The Array/list (See point 1.) will be saved as server cache, so next time a visitor views the same page, the array will already exist and waiting, in order to save valuable server resources (Performance)
* Cache will be reset every X hours, so when app see's that there's no list in cache it will create it
## Please note: This process must be done also on '/post/' pages. I used products only to describe the process, but it needs to support both cases (So when user views a product page it will return related products, and when views a post it will return related posts)
Two important factors:
1. App must be able to load the external JS/CSS files
2. Can we save the data i listed on server Cache?
Thank you for your consideration