cccs-web / core

CCCS' customized django web application
4 stars 11 forks source link

Add git utility to admin #135

Open pwhipp opened 10 years ago

pwhipp commented 10 years ago

Add an admin utility to Django that will:

Creating this would be a separate project and would take perhaps two days to have up and running with the above features (possibly less but I wont know until I've spent at least a couple of hours on it).

pwhipp commented 10 years ago

An hour spent: I've added the git status to the dashboard and I believe I can add a custom admin view in well under a day that should allow the current git log to be viewed and the build to be updated from within admin.

Let me know if you want me to proceed.

cccs-ip commented 10 years ago

Hi Paul, and thanks. It was my assumption that this was all under our GitWeb project, is it not? Let's proceed with further GitWeb development. Before doing so, however, please help us to attend to the urgent issues in core

pwhipp commented 10 years ago

Actually no... this is not gitweb. It simply lets you tell at a glance where production is in terms of its underlying git status.

Don't worry - Urgent/High Priority always come first.

In essence, the next step here is to give you a utility in admin that allows you to deploy a new version of the code into production (or staging or wherever you are at the time). No work gets done on this unless you assign it to me, and only then if it reaches the top of my prioritized list.

cccs-ip commented 10 years ago

Thanks for clearing up the other issues. I've starting assigning tasks... ;)