Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Share model publicly #518

Merged
merged 48 commits into from
Apr 23, 2024
Merged

Feature: Share model publicly #518

merged 48 commits into from
Apr 23, 2024

Commits on Dec 12, 2021

  1. Configuration menu
    Copy the full SHA
    dbc67b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6de196c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b56200 View commit details
    Browse the repository at this point in the history
  4. Remove aria-hidden from actions in models list

    - aria-hidden hide element from screen readers
    - aria-hidden should be used only if the icons have no semantic value.
    - Since those icons have a meaning and are important actions to all users, we should no use aria-hidden here
    idmarjr committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    689952d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edca2d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    8a3ec81 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Configuration menu
    Copy the full SHA
    7bd3a01 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. Configuration menu
    Copy the full SHA
    9496040 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    ccea7fa View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    d7ec21d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    818537e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39316b3 View commit details
    Browse the repository at this point in the history
  4. Add Share modal

    - Add Share model modal
    - Add translations
    idmarjr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0fb1731 View commit details
    Browse the repository at this point in the history
  5. Create load share apis

    miltonbsn committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    4334e81 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    857432e View commit details
    Browse the repository at this point in the history
  7. Visual adjustments to publicView

    - Remove "Back arrow" navigation
    - Use white background at main .navbar
    - Add "Create account button"
    - Remove <status-bar>
    - Increase .model-area size to cover the entire screen with;
    - Adjust loading position
    - Adjust toolbar position
    idmarjr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    22d2818 View commit details
    Browse the repository at this point in the history
  8. Avoid layout break for models with long names

    This fix the issue on all model views: Conceptual, Logic and PublicView
    
    - Limit width of model name
    - Add ellipsis to the end opf the line in case of long names
    - Add title attricute to enable user to see the full name on :hover if needed
    idmarjr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    3db0424 View commit details
    Browse the repository at this point in the history
  9. Fix: .projectsList layout break

    In some cases were the model name was too long, it was causing the list
    layout to break. This commit fiox this issue
    
    - Add projectsList.scss
    - Limit model name width and add ellipsis in case of larger text
    - Display model full name on :hover with title
    idmarjr committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    5246f1e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Create load config endpoint

    miltonbsn committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    04c7888 View commit details
    Browse the repository at this point in the history
  2. Add share into list

    miltonbsn committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    cad5789 View commit details
    Browse the repository at this point in the history
  3. Remove logs

    miltonbsn committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    b752178 View commit details
    Browse the repository at this point in the history
  4. Add share into conceptual

    miltonbsn committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    583ae4e View commit details
    Browse the repository at this point in the history
  5. Remove logs

    miltonbsn committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    02f72db View commit details
    Browse the repository at this point in the history
  6. Short refactoring

    miltonbsn committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    122c125 View commit details
    Browse the repository at this point in the history
  7. Add share into logic

    miltonbsn committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    53240f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a095b02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bbf3d53 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f3c83e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    84583f9 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merge pull request #516 from brmodeloweb/feature/public-view-module

    Public View Module
    miltonbsn committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    37f8e21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    701c855 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f91e89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98d746a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/export-model' of github.com:brmodeloweb/brmodel…

    …o-app into feature/export-model
    miltonbsn committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    ebc3263 View commit details
    Browse the repository at this point in the history
  6. Remove unused testes

    miltonbsn committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f3cccce View commit details
    Browse the repository at this point in the history
  7. Small fixies

    miltonbsn committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    2e7d365 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge main features

    miltonbsn committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    142be07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3edd0c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bd0954 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80e6640 View commit details
    Browse the repository at this point in the history
  5. Add icon type on publicviem

    miltonbsn committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    8c06ea9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2c0a77f View commit details
    Browse the repository at this point in the history
  7. Fix missing translation

    idmarjr committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f24140f View commit details
    Browse the repository at this point in the history
  8. Move publicView styles to it's ow component scss

    - Remove styles from modelWorkspace.scss
    - Move styles to it's own scss inside the component
    - Import it at publicView.js
    - Fix small layout issue related to navbar size on public view
    idmarjr committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    560c104 View commit details
    Browse the repository at this point in the history
  9. Fix small interface bug on modelSidebar

    After introduce the icon to represent the model type at the
    model workspace header, s small aligment bug was introduced to
    modelSidebar.
    
    This commit tweak the magic numbers to fix this issue
    idmarjr committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    207f93b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9f5a17 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'feature/export-model' of github.com:brmodeloweb/brmodel…

    …o-app into feature/export-model
    idmarjr committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bac5c00 View commit details
    Browse the repository at this point in the history
  12. Fix icon loading

    miltonbsn committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c4c78eb View commit details
    Browse the repository at this point in the history