Giter Site home page Giter Site logo

Comments (1)

NicolasRannou avatar NicolasRannou commented on August 16, 2024

[FE]: Front-End

[BE]: Back-End

HTTPS Connection to Django Server: https://docs.djangoproject.com/en/1.9/ref/settings/#std:setting-SECURE_SSL_HOST

(user preferences, such as PACS IP, AETITLES..?)

(where does services run? server, cluster, VM)

Login

[FE]- login page, user enter credential and contacts the server.
[BE] - which type of authentification?
[FE] - on success, go to home page.

Run the pacs-pull

[FE] - pacs-pull app page
[FE] - set search parameters
[FE] - run pacsQuery FS "service"
[BE] - run pacsQuery with given parameters
[BE] - return CJ Object with list of results (or link to file containing results? Current chris uses a file for large amount of results)
[FE] - display list of results nicely
[FE] - user selects results to retrieve
[FE] - run pacsRetrieve DS "service"
[BE] - run pacsRetrieve with given parameters
[BE] - return CJ Object with new Feed that is running.
[FE] - add new running feed to the feed-list.

Polling the pacs-pull

[FE] - Plugin, Feed or Chris-ultron polls the API to know running Feeds? (what does running feed mean? at list one plugin inside the feed is running? which parameters?)

Chris-ultron polling is probably the most efficient.

Finish the Feed

[BE] - Feed ID is done! Feed/Plugin CJ returned to the Front-end on the next poll event.
[[FE]] - Update Feed/Plugin status.
[[FE]] - Update Files in Plugin that finished.

View the results

[[FE]] - Select view to look at the results.
[[FE]] - AMI (WebGL view) needs the Real file to upload it.
[[BE]] - Send Real files that are queried by the front end.
[[FE]] - Look at the beautiful results :)

from chris_ultron_backend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.