Crystal's Project Portfolio Page
Project: DevEnable
DevEnable is a product for developers who have to manage different projects spread across multiple GitHub repositories. It helps developers organize information about different projects they are working on in one place, making it easier for them to prioritize and have an overview of their projects, issues and clients. It helps them avoid the hassle of having to manually navigate to different Github repositories to check which tasks require immediate attention.
Given below are my contributions to the project.
-
Code Contributed: The link to the tP dashboard can be found here.
- New features implemented: A summary of the enhancements you implemented.
- New Feature:
Issueclass withadd,deleteandeditcommands (Pull requests: #80, #96)- What it does: The
Issueclass represents an issue belonging to a project. Each issue consists of a title, deadline, status, urgency, pin and a project which it belongs to. Title, deadline, status and urgency fields each have their own classes. The user can create an issue, adding it to theIssueListand the list of issues of the relevant project. The title, deadline, and urgency of an existing issue can also be edited. The user can remove an issue, deleting it from theIssueListand the list of issues of the project. A list of all issues can be viewed throughissue -lcommand as well. - Justification: It enables developers to easily add or delete issues to or from each of their projects. Each issue has its own deadline, status and urgency so that the developer can decide how to prioritize and choose which issues to work on. The developer can also modify fields if there are changes to the issue without having to delete and add another issue.
- Highlights: Similar to the
ProjectandClientclasses, issues can be sorted based on various keys or filtered based on specific search terms, as well as pinned.
- What it does: The
- New Feature:
markandunmarkcommands inIssueclass (Pull requests: #105)- What it does: When an issue is create, the default status is
incomplete. Themarkcommand changes the status of an issue tocompletedwhile theunmarkcommand changes the status of an issue toincomplete. - Justification: Upon completing an issue, the developer can mark it as completed, making it easier to see which issues still need to be addressed. If the developer realises that a completed issue requires more work, they can unmark it, changing its status to incomplete.
- Highlights: Projects are displayed with the count for number of complete and incomplete issues so that the developer can see which project has more issues that require attention.
- What it does: When an issue is create, the default status is
- New Feature:
- Enhancements to existing features:
- Documentation:
- Contributions to the UG
- Added documentation and images for project command features:
add,delete,edit,list,sortandset default view(Pull requests: #134) - Added documentation and images for issue command features:
add,delete,edit,list,sort,mark,unmark, andset default view(Pull requests: #134) - Added documentation and images for client command features:
listandsort(Pull requests: #134) - Reformatted entire UG, from arranging by entity types to arranging by command type (Pull requests: #245)
- Added documentation and images for project command features:
- Contributions to the DG
- Write-up for Edit Command Feature consisting of Edit Project Command, Edit Issue Command and Edit Client Command (Pull requests: #116)
- Design considerations for Edit Command Feature (Pull requests: #116)
- Write-up and UML Diagram for Mark Issue Command Feature and Unmark Issue Command Feature (Pull requests: #242, #245)
- Design considerations for Mark Issue Command Feature (Pull requests: #242)
- Edited Model Component and Model Class Diagram (Pull requests: #245)
- Contributions to the UG
- Contributions to the team-based tasks:
- Community:
- Reported bugs as well as provided suggestions for other teams during PED (PED_ISSUES)