I know I can create dashboard widgets for the Rally UI, but is it possible to extend existing screens.
When looking at the user story screen, I want to add an iframe that passes the story id on the query string to pass the data to a third party system and display some associated data for the story. Is this possible?
Thanks,
Keith
Unfortunately at this time we do not support extending our main pages (like the User Story Page). We are currently exploring ways to make our new pages more extendable by our customers.
When we have the details about how that can be done you will be able to find them here.
Related
We have a similar platform to MailChimp and we want to create the same kind of integration. The integration creates custom tab and MC integration can be used on every page, even if your page only has 1 like, you can use it with no problems. Overall FB has a new policy that only pages with at least 2000 likes can create and use custom tab apps.
Did they have some special agreement to get past this or do you have to be partner or anything else?
It would be great to know if there are some ways to get past the requirement just as MC.
I'm not entirely sure how to go about this so i thought i'd ask here.
Context
I have a quiz that people take on my site and when the quiz is completed, a product is recommended based on their quiz results. A customer is now able to buy this recommended product.
What i want to do is to be able to save the quiz response to my external database with the order id as a unique id for quick retrieval later. How would i go about this in Shopify?
Question
Is there a way i can make a POST request when the checkout button is pressed on the checkout page?
Would i have to create a custom checkout to get access to that area?
Thank you
If you're attempting to save to an external database then you'll need to figure out a way to send data from your Shopify frontend to an external app or API, one that will capture the product data and add it to the DB.
To answer your first question, no, you can not hijack the functionality of the checkout button (unless you do so via Javascript).
As for your second question, I don't know what you mean by 'custom checkout' but I'd say you're probably looking in the wrong area for the solution to this.
Shopify's backend is not able to be edited by the merchant themselves and can only be accessed via its various APIs.
How I would do it if I were you is to create that external app, create an endpoint that accepts the product data / adds to the DB and write code on your Shopify front-end to send the data to that endpoint.
Keep in mind that you won't be able to easily identify the customer to whom the product is recommended to unless they are logged in.
For a client i want to integrate a new way of renting products in Shopify which they pick right up after ordering from a pickup point. This new way is a service which can be interacted with via an API. After ordering, a code is provided which can be used to open a locker somewhere. In the shop, on a custom page or some sort of reusable block i want have a custom HTML form which can interact with this API. The customer can then choose the product, the available pickup-point, pay for his/her order and receive the code for pickup. Is this possible?
I have done research but could not find this type of customizing.
I have built some test-apps but it seems these can only be embedded in the admin and not in the storefront itself (please correct me if i am wrong). I can interact with the storefront-api so that's a plus allright.
The ideal way would be for me to develop a React/Vue app which can be added to a page for walking trough this process described above.
Anyway, is it possible one way or another?
Thanks in advance for thinking with me on this one!
How do I use the Rally UI or Excel "CA Agile Central" add-in to get the initiative, feature and user story? I need to know the features under each initiative. I also need the user stories under each feature. (Initiative -> Feature -> User Story). Once this data is in a .CSV I can use Excel to pivot and filter.
Also, I'd prefer not to write code and call the API since this should be an easy set of data to extract.
Thanks.
There are a handful of apps that already do most of this. Custom List, which is already in the app catalog should make it easy to set up lists of features under a specific initiative and stories under a specific feature (or even all stories under features under a specific initiative). You can also export directly from the app.
There is also a community app called Custom Chart that allows for some basic charting and uses the same filtering component as Custom List. You can also export from this app. It is available here: https://github.com/RallyCommunity/CustomChart and is installed using the Custom HTML app.
Does that get you closer?
I am looking to create an iphone app whose main menu will be a list of Twitter Lists. That part is simple. I was hoping there would be an easy way for each menu item chosen(list) to simply display the streaming tweets of all members in that list. Not just an rss feed. I would like it to display just like the lists display as they do in Twittelator and other apps, complete with avatar, time, links if any. It obviously can be done because it is already being done, but id like my app to specifically concentrate on the lists only. Any help is appreciated.
Use FHSTwitterEngine, it has the lists endpoints built in, along with every other endpoint you need. Plus, its synchronous so you can use it procedurally in a background thread.