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

problem history #4

Open
1 task
vivek-somarapu opened this issue Jan 6, 2025 · 0 comments
Open
1 task

problem history #4

vivek-somarapu opened this issue Jan 6, 2025 · 0 comments

Comments

@vivek-somarapu
Copy link
Collaborator

vivek-somarapu commented Jan 6, 2025

As a student user,

So that I can see problems I have done in the past,

I want to be able to access a view that includes each previously submitted problem along with their timestamp and submitted answers

Feature: View and Select Problem History

  Scenario: View all problem titles
    Given I am on the home page
    When I click "history" on the nav bar
    Then I am on the problem history page
    And I should see all problem titles with their submitted time stamp

  Scenario: Select specific problem
    Given I am on the problem history page
    When I select a problem with its associated time stamp
    Then I am able to see the full problem text
    And I am able to see my submitted answer
  • coverage ≥ 90%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant