Code Monkey home page Code Monkey logo

django-project-management's People

Contributors

mozrat avatar

Watchers

James Cloos avatar

django-project-management's Issues

View to show spare resource

The application should have a view to show spare resource from different
teams and different skillsets.

This view would say "In the next week there are 4 free engineering days
available" or similar.


Original issue reported on code.google.com by [email protected] on 10 May 2010 at 2:48

Django 1.1.2: Backwards-incompatible changes.

Sadly Django 1.1.2 has a few backwards-incompatible changes and for the Murphy 
law we have  version-dependent code...

http://docs.djangoproject.com/en/dev/releases/1.1.2/

Simon, you applied my patches so that trunk is 1.1.2-ready, but now on my 
server I had to revert them. May I suggest another patch that allows to pick up 
the right code snippet according to the installed Django version? 

Still, I found no way for new_templates/login.html to include

{% csrf_token %}

depending on the Django version. Any hint is welcome..

regards,
Anne



Original issue reported on code.google.com by [email protected] on 18 Oct 2010 at 3:42

Attachments:

trying to get into contact

! This is NOT an issue report, sorry to spam your bugtracker !

I just downloaded the source and about to look into it. I see potentential for 
use within my organisation. At the least it looks like a nice project to 
contribute to.

Can i get into contact with the developer(s)? Did not know how to get hold of 
you, hence the issue report.

Regards,
Roy Prins
plz send me a mail:
prinsroy ed gmail dod kom (you figure it out, right?)

Original issue reported on code.google.com by [email protected] on 3 Oct 2010 at 9:59

Profiles

Users should have the ability to update their profiles in the tool

Firstname, Lastname, email, skillset.

Original issue reported on code.google.com by [email protected] on 10 May 2010 at 3:18

Project History

Every action performed on the project should be written to an
audit-friendly log. This log should be exportable.

Original issue reported on code.google.com by [email protected] on 10 May 2010 at 3:17

Resourcing Charts

The app should have a view to show which resources are heavily used on the
project. A bar or pie chart would be good (or both!)

Original issue reported on code.google.com by [email protected] on 10 May 2010 at 2:49

Total Project Duration field when initialising project

Often, we need to insert the total project duration during initialisation. 

It can be then used to avoid the creation of project stages beyond the end of 
the project. 
Otherwise it can be a calculated field that sums all non-overlapping project 
stages, but it would require to know all of them in advance and it's not always 
the case.

Do you think it can be useful to be implemented upstream?

cheers
Anne

Original issue reported on code.google.com by [email protected] on 20 Oct 2010 at 4:31

Correct plural forms in admin site

At the moment the plurals are created by Django adding a 's' at the end of the 
word.
It is possible to tell it what is the correct form in the Meta inner class of 
the model, together with other useful settings:

  class Meta:
    db_table = 'doodle'
    verbose_name = ('Doodle')
    verbose_name_plural = ('Doodles')
    ordering = ('doodle_date',)

i volunteer to fix it and send patches.

Original issue reported on code.google.com by [email protected] on 12 Oct 2010 at 9:54

Skillset Matrix

The solution should have a method of displaying and managing the skills
that are allocated to individuals.

Original issue reported on code.google.com by [email protected] on 10 May 2010 at 3:14

Lessons Learnt or Lessons Learned?

Which is more correct from an English language point of view... Lessons Learnt 
or Lessons Learned?

Google says 
http://www.google.co.uk/#sclient=psy&hl=en&q=lessons+learnt+or+lessons+learned&a
q=f&aqi=g5&aql=&oq=&gs_rfai=&pbx=1&fp=21352e299d88a25

Should we change the current terminology

Original issue reported on code.google.com by [email protected] on 11 Oct 2010 at 8:03

Milestones

To take advantage of the milestone feature in JsGantt, add a milestone
attribute to the WBS items

Original issue reported on code.google.com by [email protected] on 10 May 2010 at 2:58

Report generator crashes when an uploaded logo contains transparency

The report generator crashes when an uploaded logo contains transparency 
(sample img: http://www.comune.trento.it/immagini/logo_orizzontale.gif)


AttributeError at /Files/0036/PID/

'NoneType' object has no attribute 'data'

Request Method:     GET
Request URL:    http://pgis.fem-environment.eu/Files/0036/PID/
Exception Type:     AttributeError
Exception Value:    'NoneType' object has no attribute 'data'


Crash in line 336:

/srv/software/dpm/trunk/django-project-management/sx/pisa3/pisa_reportlab.py in 
getTransparent

 329. else:
 330. if self._image.info.has_key("transparency"):
 331. transparency = self._image.info["transparency"] * 3
 332. palette = self._image.palette
 333. try:
 334. palette = palette.palette
 335. except:
 336. palette = palette.data
 337. return map(ord, palette[transparency:transparency + 3])
 338. else:
 339. return None
 340.
 341. def __str__(self):
 342. global _ctr 


Original issue reported on code.google.com by neteler.eden on 20 Oct 2010 at 4:16

Email alerts

The system should email out updates as per the users profile preferences.

Original issue reported on code.google.com by [email protected] on 10 May 2010 at 3:19

Budget and Financial information

The tool should do more with the financial information we could collect -
i.e. hourly rates against resources and costs of tasks.

Original issue reported on code.google.com by [email protected] on 10 May 2010 at 2:52

Duration type field value resets each time you edit the project initiation

What steps will reproduce the problem?
1. Click on a project to open it
2. Select edit project initiation from the manage project menu

What is the expected output? What do you see instead?

Expect to see the value last set
Instead the field has a null value

What version of the product are you using? On what operating system?
Latest trunk revision. Ubuntu 8.04

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 May 2010 at 3:44

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.