Skip to content

Commit

Permalink
chore(webUI): added 0pdd puzzles
Browse files Browse the repository at this point in the history
Refs: #9
  • Loading branch information
nergal-perm committed May 18, 2024
1 parent e6125a4 commit 6615bc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/ru/ewc/checklogic/server/StatePage.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ public StatePage(final Computation computation) {
);
}

// @todo #9 Output all the commands as buttons on the page
// @todo #9 Get a modal with command description and parameters on button click
// @todo #9 Implement an endpoint to run a command
public Response statePage(final Request request) {
this.computation.perform(new Transition("initialize", new Locators(Map.of())));
final StoredState stored = new StoredState(this.computation.storedState());
Expand Down

3 comments on commit 6615bc1

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 6615bc1 May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 9-ed490970 discovered in src/main/java/ru/ewc/checklogic/server/StatePage.java) and submitted as #18. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 6615bc1 May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 9-34c43099 discovered in src/main/java/ru/ewc/checklogic/server/StatePage.java) and submitted as #19. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on 6615bc1 May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 9-76e7f501 discovered in src/main/java/ru/ewc/checklogic/server/StatePage.java) and submitted as #20. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.