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

Choose a web-page to show conditionally #47

Open
nergal-perm opened this issue Jul 31, 2024 · 5 comments
Open

Choose a web-page to show conditionally #47

nergal-perm opened this issue Jul 31, 2024 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@nergal-perm
Copy link
Contributor

nergal-perm commented Jul 31, 2024

That is a problem of choosing the right template to render. There are several case for that:

  • user starts working from the index page. Index page is always served as a full page, all the other pages are served using partial HTML;
  • user enters the url to some page (like /test) manually, so we have to serve the full page, not the usual partial HTML;
  • user starts the uninitialized server, so all the operations/pages must be blocked/disabled and should redirect to configuration page.
@0pdd
Copy link
Collaborator

0pdd commented Jul 31, 2024

@nergal-perm 2 puzzles #48, #49 are still not solved.

@0pdd
Copy link
Collaborator

0pdd commented Jul 31, 2024

@nergal-perm the puzzle #49 is still not solved; solved: #48.

@0pdd
Copy link
Collaborator

0pdd commented Jul 31, 2024

@nergal-perm all 2 puzzles are solved here: #48, #49.

@0pdd
Copy link
Collaborator

0pdd commented Jul 31, 2024

@nergal-perm the puzzle #50 is still not solved; solved: #48, #49.

@0pdd
Copy link
Collaborator

0pdd commented Sep 5, 2024

@nergal-perm all 3 puzzles are solved here: #48, #49, #50.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants