Work Done
The following items were completed during my employment at CHMCC.
You can find code under the "Codebase" section.
- Created a new component called flex-nav-list-item to give more fredom to the use of Angular Material 2.
- Created a ScrollMeasure service that uses Angular Material 2's "Scroll Stratgies" to all the measure of scroll position within wrapped elements without using a "scroll box". This makes, clean, infinite pagation possible. Although, this has not been implement, and is not of high importance
- Eventually, this infinite pagination will be replace with virtual scroll when the anguar Materials 2 team releases it in Q4, so this is a temporary tool.
- Worked on developing backend file systems for SciDap through the use of OstrioLfile package and Node's FS that includes the following features
- File paths specefied that do not exist yet can be created and checked on the fly.
- Files can be copied or moved from their physical location while keeping entries intact.
- Files can be inserted to a relative file path.
- File System can be scanned for files that were added to the File System, but registered in the collection yet.
- Created file upload UI interface for SciDap forms.
A copy of work done from my Open Project profile.
