You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to add views. Views will allow the ability to better structure the code. As you can have all the different kind of routes(GET/POST/PUT....) for the same route under a single class.
High Level Implementation
Create a add_view class/protcol
Handle and call the python interface functions.
Screenshots / Mockups
Alternatives
The text was updated successfully, but these errors were encountered:
sansyrox
changed the title
[Feature Request] Add the ability to add views
[Feature Request] Add views/view controllers
Jul 26, 2022
Current Behavior
Right now, you can only use per route decorators.
Desired Behavior
Add the ability to add views. Views will allow the ability to better structure the code. As you can have all the different kind of routes(GET/POST/PUT....) for the same route under a single class.
High Level Implementation
add_view
class/protcolScreenshots / Mockups
Alternatives
The text was updated successfully, but these errors were encountered: