NETCoreBlockly
NETCoreBlockly copied to clipboard
scenarios to be detailed
( ROMANIAN) scenarii care m-ar ajuta pe mine ca developer.
L-as vedea util pentru o investigare rapida a unei situatii. De exemplu avem o problema pe un mediu si in loc sa fac query-uri pe baza de date (pentru ca nu as avea access) o sa folosesc API-ul respectiv pentru a-mi forma o imagine a situatiei. As mai vedea util sa testez un intreg flow pe un API inainte sa ma apuc sa implementez clientul. La partea de documentatie am senzatia ca e mai usor de folosit swagger-ul, mi se pare ceva mai curata interfata. Posibil si datorita fapului ca nu e finalizata stilizarea pe ce ai in video. As mai vedea util poate pentru ceva raportare (KPI-uri). De exmplu as putea vedea util ca sa creez un bloc din acela, sa il salvez si apoi sa apelez un URL cu id-ul block-ului care sa imi intoarca raspunsul. Vad ca e buton de save dar nu stiu cum este folosit pe urma block-ul. Mi s-ar util si posbilitatea de a proiecta raspunsul intr-o forma tabelara (ex: csv). Stiu ca este dificil pentru a obtine ceva de genul asta pentru ca ar presupune mapare unei structuri ierarhice intr-una flat, dar presupuand ca modelul de raspuns este si el flat s-ar putea face relativ usor. Mi s-ar parea util pentru ca as putea sa las in unele cazuri persoane de business (analisti, pm, suport) sa foloseasca blocky pentru a-si extrage niste informatii intr-o forma pe care o pot interpreta usor (fata de JSON)
authorizattion ( see jwt)
adding others swaggers
Name : Functionality of site with REST /OpenAPI Actor : a backend developer with an REST / OpenAPI / Swagger enabled site He wants: to show the use of the site to the frontend Scenario: Download the HTML release BlocklyAutomation : https://github.com/ignatandrei/BlocklyAutomation/releases/latest/download/releaseBlocklyAutomation.zip/ . Put in a folder near the site.( wiki site coming with details)
Name : Frontend with Backend bugs Actor : a frontend developer that finds a bug in a REST / OpenAPI / Swagger enabled site He wants: Show to the backend developer how to reproduce the problem . Scenario:
If actor control the site , then can use the https://github.com/ignatandrei/BlocklyAutomation/releases/latest/download/releaseBlocklyAutomation.zip/ and then use it to reproduce the problem. ( wiki site coming with details) .
If actor does not control the site, then install the application from http://ba.serviciipeweb.ro/ and then use it to reproduce the problem. ( wiki site coming with details)
Name : Tester Actor: web site application tester He wants: To test the site Scenario: If actor control the site , then can use the https://github.com/ignatandrei/BlocklyAutomation/releases/latest/download/releaseBlocklyAutomation.zip/ and then use it to reproduce the problem. ( wiki site coming with details) .
If actor does not control the site, then install the application from http://ba.serviciipeweb.ro/ and then use it to make test cases. ( wiki site coming with details)
Integration with multiple sites Actor: programmer or not a programmer He wants: to automate/gather data from several sites ( public or private ). Example: want to obtain some data from the web. For example, extract the exchange between EUR / RON . Scenario: Install the application from http://ba.serviciipeweb.ro/ .( wiki site coming with details)
Data from personal PC Actor: programmer or not a programmer He wants: want to automate things / obtain data from my PC. For example, extract and export to CSV the Chrome Bookmarks. Scenario: Install the application from http://ba.serviciipeweb.ro/ .( wiki site coming with details)