BCDA-APS / gemviz

Data visualization for tiled
https://bcda-aps.github.io/gemviz/
Other
4 stars 0 forks source link

re-organize repository content and rebrand as gemviz #113

Closed prjemian closed 1 year ago

prjemian commented 1 year ago

The repository is a bit cattywampus. Different ideas were being tested and developed. Now the code is a bit more organized and the time has come to re-arrange the repo content.

Existing

repo/
    gemviz23/
        demo/
            resources/
        test/
            ui_files/

Proposed

  1. Archive the test directory content for reference now and future deletion.
  2. Promote the content of the gemviz23/demo directory up one level.
  3. Rename all instances of gemviz23 to gemviz.
  4. Adjust the documentation accordingly.
repo/
    gemviz/
        resources/
archive/
        test/
            ui_files/
prjemian commented 1 year ago

Should come before #50

prjemian commented 1 year ago

Now:

(bluesky_2023_2) jemian@otz ~/.../BCDA-APS/gemviz $ git grep -i gemviz23
archive/test/app.py:gemviz23: Python Qt5 application to visualize Bluesky data from tiled server.