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

Better request handling #52

Open
DJTommek opened this issue Dec 21, 2020 · 2 comments
Open

Better request handling #52

DJTommek opened this issue Dec 21, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@DJTommek
Copy link
Owner

Create some structure and code to better handle requests from website. Access restriction is currently designed very poorly via passwords GET parameters but since it's not pernament solution, it's ok for now.

Options:

  1. Convert this project to Nette: https://doc.nette.org/
  2. Use only Nette's router: https://doc.nette.org/en/3.0/routing#toc-separated-usage
  3. Create custom router - I already done this in private project and it's not too hard to do.
@DJTommek DJTommek added the enhancement New feature or request label Dec 21, 2020
@DJTommek
Copy link
Owner Author

Focusing on better parsing, adding support for new pages and Telegram interaction with user settings has higher priority right now.

@DJTommek
Copy link
Owner Author

Updated to support admin access via cookie (8a07e52)

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

1 participant