Extending the Rally agile EVM app - rally

The Rally Agile EVM app is very useful but only estimates and totals the story points for a given release. I would like to extend the app to include defect points in the total.
Has anyone done this before? Could anyone provide an example or source?
Agile EVM app
Thanks,

LNS,
The code for this app is available at the page you reference above. Here is the exact link. You are welcome to modify the code and use the general documentation for the App SDK to help. If you have any questions, please create another post here and we will do our best to answer it.
-- Mark

Related

CORDA Development

I need to implement CORDA Block Chain in our performance appraisal application which is developed in .Net Core and angular. Please guide us the structure and how to use it.
Your reply is really appreciated.
Thanks,
Kopal Rajpoot
So there's not a very clear question here, but if you're looking to get started with corda, here are some good links.
I'd recommend starting with the cordapp tutorial.
https://docs.corda.net/docs/corda-os/4.7/quickstart-deploy.html#running-the-example-cordapp
corda documentation : https://docs.corda.net
corda source code : https://github.com/corda/corda
R3 developer slack : slack.corda.net we try to be very responsive there.
good luck!

Mac: HockeyApp SDK 3.1 programmatically add attachments to Feedback Messages?

I'm noticing that the only platform HockeyApp doesn't intuitively allow attachments for Feedback right now is Mac. Does anyone have insight as to how I can append a simple string to a feedback message or even an NSData blob?
Looking through the documentation I see two protocols that can be implemented.
1) BITHockeyManagerDelegate
2) BITCrashManagerDelegate
Whats puzzling me is that neither of these have a reference to the FeedbackManager. The only thing that's somewhat relevant is the CrashManagerDelegate's mention of
- (BITHockeyAttachment *)attachmentForCrashManager:(BITCrashManager *)crashManager Though, this seems to only be called when sending a crash report. Perhaps I'm wrong?
The HockeyApp git repo seems to have a class, BITFeedbackManagerPrivate.h, containing the functionality I'm looking for, but is inaccessible from HockeyApp's pre-built .dylib.
After building from source, seemingly no other class exposes it's methods, so I'm trying to figure out if this feature has been implemented yet or if I'm missing something.
Any insight is greatly appreciated. Cheers,
Zack
The repository doesn't have a feature for that at the moment, not even the Private headers. The features are available on the iOS SDK and will soon be brought over to the Mac SDK. So far the demand for things like this had been very low so the priority wasn't that high.
Please file a ticket with support or the GitHub repository for such requests, so we can quickly answer and react and don't have to search StackOverflow :)
Thanks!

Evernote API in Unity3D

Since I haven't got any response on the Unity3d or Evernote forums, I'll try it here.
The last year I have worked a lot with Unity3D, mostly because the good integration with the Vuforia Augmented Reality library and the fact that publishing for multiple platforms is a piece of cake.
Now I want to show notes in an AR setting and am looking at the Evernote API for this. I couldn't find anything about using this with Unity, I can see why this is not the most common combination.
My question is: do you think I can access the Evernote API through Unity? If so, how should I do this? Or is it for this purpose perhaps wiser to make (parts of) the application with Eclipse/xCode?
Hope to hear from you!
Link to Evernote API: http://dev.evernote.com/doc/
The Evernote API has a C# SDK which you should be able to call through Unity. In terms of how to do it, you will probably need to download the SDK and follow the instructions yourself. Their github seems like a good starting point.
One thing to note is that Unity's .Net library for mobile clients are quite limited and with webplayer you will need to deal with sandbox security issues. But start with the standalone build first and see how you go

Need a comprehensive tutorial on OpenERP 7.0

I am working on OpenERP. But I am not getting its stuff. Please help me. I have Google a lot but nothing meaningful. I Need to understand the flow of information in OpenERP.
This Document will help you to learn OpenERP. Here you can get Technical Documentation, Tutorial, Ebooks, for version 5.0 onward. just discover it!
I totally agree with user 2310840! There's a lot of information for OpenERP 'out there' but it's often too overwhelming, complex or irrelevant for end users. As a result, it's just unclear how all the pieces of the puzzle work together...
For instance, the link of Atul Arvind to the 'Document' is idd a good starting point. However, this is not just a 'document' but rather a link to the official online 'knowledge base'. The table of content for the OpenERP Tutorial alone consists of more than 16 pages! This approach is similar as being forced to read your car manual from top to bottom, before even being able to start your engine...
That's the main reason we recently launched our website 'OERPtuts'. We'll provide easy to follow, step-by-step tutorials for OpenERP end users. You can read our first 'official launch' post at http://oerptuts.com/articles/news/launch-time/. If you want to receive automatic updates on future posts, please subscribe to the newsletter on our website.

Where to get sample Code for titanium code?

I am just a beginner in Titanium and searching for few sample source code to learn from and run. Downloading and working with kitchen sink or with the API is a big pain, to understand as well as to work with.
Although everything is there in both and they have given sample but that seems like not an implementation. I just want to have some source code to learn how, when and where to use the elements? How things work, how are they integrated etc.
Usually at the Q&A section there are samples of code. Just search what you are looking for: http://developer.appcelerator.com/questions/newest
The Wiki provides examples: http://wiki.appcelerator.org/display/guides/Home
Even this website provides code samples, check out the Titanium Tag: https://stackoverflow.com/questions/tagged/titanium
And last, but not least, there seem to be more and more code samples in the API Docs: http://developer.appcelerator.com/apidoc/mobile/latest
Good luck!
As an option, you can find good application samples on CodeCanyon. They're not free but you can learn a lot by examining how to start from scratch to build an application like;
Simple Foursquare like apps
Photo gallery apps
TODO apps etc.
http://codecanyon.net/category/mobile/titanium
I found this Forging Titanium series on Vimeo.com to be one of the best. Just watch out this complete series. Beside providing you with basics and advanced limelight on elements and functionality, also provide link to many github public repository we can follow and get numerous sample codes.