Bug 988678
Summary: | Allow the use of Flask handlers in the main web UI | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Nick Coghlan <ncoghlan> |
Component: | web UI | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.14 | CC: | aigao, asaha, dcallagh, jingwang, llim, qwan, rmancy, xjia |
Target Milestone: | 0.15 | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-10-03 02:29:57 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Nick Coghlan
2013-07-26 06:31:49 UTC
Dan pointed out that this change doesn't eliminate TurboGears, it just lays the foundation for new features to be implemented using Flask handlers instead of TurboGears controllers, as well as allowing existing TG controllers to be migrated to Flask handlers. I have updated the RFE title accordingly. there should be no specific features on web UI changed in this bug, right? what QE need to do is a full function test on web, right? thanks! (In reply to wangjing from comment #2) Right, there will be no functional changes from this bug. We will just be rearranging things to allow us to start moving code from TurboGears to Flask progressively in future. this bug would be tested totally by doing a full functional testing on WebUI. Beaker 0.15 has been released. |