Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Add effort hours field #407

Merged
merged 37 commits into from
May 16, 2018
Merged

Conversation

phoenix303
Copy link
Contributor

@phoenix303 phoenix303 commented May 12, 2018

Add support for Effort Hours Estimate field.

db changes are here - topcoder-platform/tc-database-scripts#25

and you can run

database time_oltp;
ALTER TABLE client ADD enable_effort_hours SMALLINT;
database tcs_catalog;
insert into project_info_type_lu(project_info_type_id, name, description, create_user, create_date, modify_user, modify_date)
  VALUES(88, 'Effort Hours Estimate', 'Effort Hours Estimate', 'System', CURRENT, 'System', CURRENT);

ajefts and others added 30 commits March 27, 2017 21:35
Zero prizes, allowed character checking
Update project description validation and support empty description
struts upgrade, design challenge registration end date change, f2f reg duration
Group support
scorecard tool removal
add permission check for groups feature
magic suggest integration and misc bug fixes
move project permission and notification input to use magicsuggest
Revert "move project permission and notification input to use magicsuggest"
Revert "magic suggest integration and misc bug fixes"
…revert-294-dev

Revert "Revert "magic suggest integration and misc bug fixes""
…revert-298-dev

Revert "Revert "move project permission and notification input to use magicsuggest""
Update contestDetailSoftware.js For Fixing Task Winner Selection
challenge api switch, scorecard list fix, member lookup fix
limit all customer filter on cost report
Group selection based on user's groups
@ajefts ajefts merged commit a806e69 into topcoder-archive:dev May 16, 2018
@ajefts
Copy link
Contributor

ajefts commented May 16, 2018

fyi, this is looking ok in dev. The only issue is that the field shows until you clear the cache. @skyhit This is related to the same caching issue we discussed.

@skyhit
Copy link
Collaborator

skyhit commented May 17, 2018

@ajefts yes, this challenge to fix that is still running.

also I think we should think about the cleanup the messy javascripts, like different version of Jquery, do should I proceed to investigate?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants