This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author upendra-k14
Recipients lorenzogotuned, terry.reedy, upendra-k14
Date 2016-05-25.13:41:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464183716.33.0.493223981745.issue27051@psf.upfronthosting.co.za>
In-reply-to
Content
I am posting flow of logic for application and related page layouts.

Related layouts are :

1. welcome_v1
2. select_venv_system
3. install_pyPI_v1
4. install_local_archive_v1
5. install_pythonlibs_v1
6. install_requirements_v1
7. update_package_v1
8. remove_package_v1
9. finish_tasks_v1 ( can be decided later depending on further options )

Here , update_package_v1 and remove_package_v1 will be very similar.
Therefore, for now I have made layout for update_package_v1 only.
History
Date User Action Args
2016-05-25 13:41:56upendra-k14setrecipients: + upendra-k14, terry.reedy, lorenzogotuned
2016-05-25 13:41:56upendra-k14setmessageid: <1464183716.33.0.493223981745.issue27051@psf.upfronthosting.co.za>
2016-05-25 13:41:56upendra-k14linkissue27051 messages
2016-05-25 13:41:56upendra-k14create