Teo Yu Qi's Project Portfolio Page
Project: Plannit
Plannit is an all-in-one application that streamlines the execution of module deliverables by empowering NUS students with the ability to manage tasks, links and module-mates (i.e., students in the same module) to increase their productivity.
Given below are my contributions to the project.
- New Feature: UI overhaul
- What it does:
The UI of the original AB3 was modified to accommodate all the new features implemented by my team. - Justification:
The AB3 initially only contained contacts, while Plannit now featured many new components including modules, tasks and links. As such, an overhaul was needed to allow all components to be displayed to users in a neat and organised manner. - Highlights:
Extensive modification of the AB3’s code was necessary for us to achieve the intended look. Furthermore, the addition of new components meant we now had much more content to be fit within the same window. This was not an easy task, considering the need to optimise between displaying maximum information and keeping the design minimalistic.
- What it does:
- New Feature: Adding, deleting and swapping of
Task
objects- What it does:
Allows students to assign tasks to modules. Tasks can be ordered in the specific manner the student wishes. - Justification:
This feature lets students keep track of the tasks to be completed, and also order them based on their respective priorities. This allows them to complete their tasks in a timely fashion. - Highlights:
This is a completely new component that was not previously in the design of AB3. Hence, much thought was put into designing the component’s behaviour to maximise our user’s utility.
- What it does:
- New Feature: Interactive UI for
Task
objects- What it does:
Tasks are hidden by default while on the home page and will only be displayed when usersgoto
a specific module, or when they double-click on the module. - Justification:
Earlier implementations of the UI with both tasks and links of all modules being displayed on the home page resulted in a very cluttered layout. With our current implementation, we greatly reduce the clutter by only displaying the tasks of modules indicated by the user. - Highlights:
This enhancement needed an observableBoolean
value to indicate to the UI whether to display the tasks. This proved highly challenging to implement, with much research having to be done on the best (and simplest) method to do so. Furthermore, this feature involved implementation of a GUI functionality, which was not something explored in our iP.
- What it does:
-
Code contributed: RepoSense link
- Enhancements to existing features:
- Wrote additional tests for existing features (#155)
- Documentation:
- User Guide:
- Developer Guide:
- Review contributions:
- Contributions beyond the project team: