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

Display Recent Logs and UI fixes on Space Page #5

Open
fnLog0 opened this issue Sep 27, 2024 · 0 comments · May be fixed by #7
Open

Display Recent Logs and UI fixes on Space Page #5

fnLog0 opened this issue Sep 27, 2024 · 0 comments · May be fixed by #7
Assignees

Comments

@fnLog0
Copy link
Member

fnLog0 commented Sep 27, 2024

Feature: Recent Logs Integration with Space Page

Description

As a user, I want to see recent logs displayed on the space page so that I can easily access the latest information and spaces card uis fixes

Acceptance Criteria

    Feature: Recent Logs Integration with Space Page

    Scenario: Display recent logs in the space page
        Given I am on the space page
        When there are recent logs available
        Then I should see the recent logs displayed on the space page
        And each log should have an icon to differentiate between logger and langchain logger

    Scenario: Show message when no spaces exist
        Given I have no spaces
        When I visit the space page
        Then I should see a message saying "Create a space"
        And I should see a button to "Create a space"


    Scenario: Integrate GraphQL APIs for recent logs
        Given I have created the GraphQL APIs for recent logs
        When the space page loads
        Then the recent logs should be fetched from the GraphQL API
        And displayed correctly on the space page

    Scenario: Display different icons for loggers
        Given there are logger and langchain logger entries in the recent logs
        When I view the space page
        Then I should see specific icons for logger entries
        And I should see different icons for langchain logger entries

Additional Information

  • Ensure that the buttons are styled according to the design specifications.
  • Consider responsiveness for various screen sizes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants