Combine two private Shopify apps into a single private app
Budget: $250 – $750 USD
We have two private apps, both hosted on an AWS server: (1) CellMaker Services and (2) CellMaker GetCells. Both apps are running without problem on a single Shopify development site. The two apps need to be combined into a single app, which will be called CellMaker Publisher. Once this task is completed, other enhancements will be required in the near future.
The purpose of app #1, CellMaker Services is to retrieve content from the Shopify store. It sends that content to our cloud-based publishing system. The app has no user interface. Instead, the app supports two public API calls: (a) GetHandles, which returns a list of handles for various tags and collections; and (b) GetProductData, which returns product names, descriptions, attributes, etc. for specified handles.
The purpose of app #2, GetCells is to make an API call to request HTML files based on the site URL and handle, and then display those files on the product details page. It has almost no user interface, except to indicate which themes the snippet should be installed on.
Each app now has its own GitHub repository, which will both be retired when this merge is complete. We will have a new GitHub repository for CellSet Publisher.
The purpose of app #1, CellMaker Services is to retrieve content from the Shopify store. It sends that content to our cloud-based publishing system. The app has no user interface. Instead, the app supports two public API calls: (a) GetHandles, which returns a list of handles for various tags and collections; and (b) GetProductData, which returns product names, descriptions, attributes, etc. for specified handles.
The purpose of app #2, GetCells is to make an API call to request HTML files based on the site URL and handle, and then display those files on the product details page. It has almost no user interface, except to indicate which themes the snippet should be installed on.
Each app now has its own GitHub repository, which will both be retired when this merge is complete. We will have a new GitHub repository for CellSet Publisher.