Software effort estimator"Effort-estimator" is an extension that facilitates the estimation of human effort needed to complete a software development project. FeaturesThe extension uses 5 project-specific attributes, namely:
which must be given by the user, either manually or by uploading a .csv file. After the data was provided, the extension will validate it and notify the user if there are any irregularities found through a popup message. If valid data was provided, the server is called, the side panel is automatically opened and real-time populated with the response received from the server. This extension provides the following commands:
RequirementsFor now, the extension uses a local server, which can be found here and which requires the following packages in order to run:
Known IssuesThis is a demo extension, it will not work in production mode since the server side has not been successfully deployed. Release Notes1.0.0Initial release of the Software effort estimator. It includes the effort estimation measured in human-hours based on the manually inputted data. |