Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
13answers
2k views

How many concurrent projects can a senior developer handle at one time? [closed]

I am trying to find sensible resource-allocation models for developers. The department will have many different projects for different external customers, so I need to make some guidelines in order to ...
7
votes
6answers
602 views

Determine the difference between two DateTimes, only counting opening hours

For our support software in C#, I need to determine the time span between two DateTimes, but I only want opening hours counted (i.e. weekdays from 09:00 to 17:00). So, for instance, if the first ...
4
votes
4answers
3k views

Calculating a date around working days/hours?

I am currently working on a website to track projects. In it, it is possible to create Service Level Agreements (SLAs). These are configurable with days of the week that a project can be worked on and ...
3
votes
7answers
293 views

When programming for an hourly rate, should you keep the timer running while processing code automatically in the background? [closed]

This is probably subjective as it is a dilemma between what is good for you and what is good for your customer, but I as a programmer, would really like to know what is the commonly accepted way of ...
3
votes
3answers
618 views

What is the best way to wrap time around the work day?

I have a situation where I want to add hours to a date and have the new date wrap around the work-day. I cobbled up a function to determine this new date, but want to make sure that I'm not forgetting ...
2
votes
3answers
106 views

Minimum team size & project duration (in Man-hours) for Scrum?

What would you say is the minimum / appropriate team size and project duration for using Scrum? We're thinking about using Scrum for our next software project (about 1600 - 1800 Man-hours) with a ...
2
votes
2answers
3k views

T-Sql 2005 Adding hours to a datetime field with the result within working hours

I have two Datetime fields that I wish to add together. They are in the following format: '01/01/1900 00:00:00'. The main issue with this is that I want the calculation to only include working hours. ...
1
vote
3answers
630 views

Excel Overtime Calculation

I need to calculate the number of hours and mins I have gone over 1 hour/60 mins. So if I did 1 hour and 6 mins of something and i write that in one cell (E9) I want the other cell (G9) to show 6 ...
1
vote
5answers
245 views

What is a fair hourly charge for routine site updates?

What do you consider a fair, yet profitable hourly wage for routine updates/management (ie - information, maintenance, database management) for your average site? What factors do you use to set that ...
0
votes
1answer
27 views

How to find out what your set working hours are in FogBugz?

I keep getting a message at work when I use FogBugz earily in the morning that says that I'm outside of working hours. How do I find out what these working hours are set to?
0
votes
1answer
119 views

Factoring in night shifts to a working hours calculator

OK, Thanks to all of you that have helped with my quandry. However, there is one stumbling block - I need to factor in night shifts. For example, if the start time is 13h and the finish time is 2h - ...
-1
votes
1answer
82 views

Any existing solution to implement “opening hours” in Django

I'm making a website for a client who wants to be able to change then opening hours for each of his different stores. Is there an existing solution for this type of problem with Django ?