Closed mgoulder closed 10 years ago
@mgoulder I am not sure if announcing the percentage of remaining progress is appropriate since the progress status doesn't change when a task is delayed. Maybe we could just say that the team is still running?
Also, could you check if the team is still running based on live and remaining task arrays not based on curr_status_width? curr_status _width is updated based on the task arrays and I think this way it would be less error prone. This means that in order to realize whether or not the team is running you should:
Thanks! =]
@negarrahmati All done with the above changes:)
Created the confirmation alert for when the user clicks "end team". There are two versions of this alert-- one for when the team is ended once all events are complete and one for when the user tries to end the team early.
Right now it looks like the alerts are not updating the team name properly (the team name is New Flash Team for all of them- the default name) BUT the changes in my previous pull request fix this problem so it should work once they are merged =]