Maximo

Maximo

Come for answers, stay for best practices. All we're missing is you.

 View Only
  • 1.  Graphite VSCode plugin

    Posted Thu November 23, 2023 01:54 PM

    The MAF/Graphite documentation v8.11 mentions a VSCode plugin but the link points to IBMers-only git repo https://github.ibm.com

    Is there any way for BPs to download and use it?



    ------------------------------
    Diego Visentin
    EAM BU Director
    Tempestive S.p.A.
    ------------------------------


  • 2.  RE: Graphite VSCode plugin

    Posted Mon November 27, 2023 11:34 AM

    Did you see this on the declarative UI page (http://localhost:3001/maximo-app-framework/graphite-documentation/public/development/declarativeui)? Our only supported method for customers/business partners is the configuration utility. This shouldn't have been visible on the public documentation but was missed unfortunately. 

    I found it on the page above and have submitted a PR to hide it in the public builds of the documentation but if you saw it somewhere else, please let me know so we can remove those references. 



    ------------------------------
    Steven Shull
    ------------------------------



  • 3.  RE: Graphite VSCode plugin

    Posted Mon November 27, 2023 12:09 PM

    Yes, I confirm that is the page.

    I only use VSCode if I have to, but I was still curious ;-)

    I will point out any other references to internal links.



    ------------------------------
    Diego Visentin
    EAM BU Director
    Tempestive S.p.A.
    ------------------------------



  • 4.  RE: Graphite VSCode plugin

    Posted Mon November 27, 2023 12:16 PM

    If there is this VSCode plugin, and this makes it easier, faster, more relieable or just better to work with MAF, then partner should also get access to this tool. Why is IBM hiding this tool from the partner? It doesn't correspond to my understanding of a partnership. 

    It should also be in IBM's interest to enable the partners in the best possible way in order to bring Maximo to the customer in the most efficient way.



    ------------------------------
    Dirk Huppertz
    Senior Project Manager
    S&T Deutschland GmbH
    Aachen
    ------------------------------



  • 5.  RE: Graphite VSCode plugin

    Posted Mon November 27, 2023 01:28 PM

    If there's value in us building a VS Code extension, I would recommend opening an idea here: https://ibm-ai-apps.ideas.ibm.com/ideas/ describing exactly what you'd like to see the extension do. Customers & business partners can use VS Code for things like source control already today. You can even modify the files in VS Code and then open and build it in the configuration utility.  

    I cannot represent IBM on this topic (we'd need someone from the product team to respond and the Ideas community is the more appropriate place for that response) but in my personal opinion, the extension as it exists today would not really help a customer or business partner develop applications on the framework.

    The docker container provides us a method to configure everything we need in the image to properly build and maintain the apps so that we don't have issues with the developer's machine having the wrong version of something or not having something installed at all. This makes external developers (especially business partners that need to switch between versions) lives significantly easier and development significantly faster because the only dependency they have to worry about is docker and pulling the correct image from the registry. 



    ------------------------------
    Steven Shull
    ------------------------------



  • 6.  RE: Graphite VSCode plugin

    Posted Mon November 27, 2023 02:49 PM

    I guess this is these are the urls you are looking for:

    https://github.com/sharptree/vscode-autoscript-deploy

    https://marketplace.visualstudio.com/items?itemName=sharptree.maximo-script-deploy&ssr=false#overview

    Can you share the url pointing to the 8.11 documentation that has the link to an internal repo?



    ------------------------------
    Luis Acenero
    ------------------------------



  • 7.  RE: Graphite VSCode plugin

    Posted Mon November 27, 2023 03:29 PM

    There also is the corresponding NPM package if you want to automate things after you use the VS Code extension.

     

    https://www.npmjs.com/package/maximo-dev-tools

     

    That said, I don't think that is what was being looked for.

     

    Jason