Recent Releases of workflomics-frontend
workflomics-frontend - Improved constraints and workflow view
What's Changed
- Update the constraint view + fix a bug where constraints were duplicated on
+ - Introduce new constraints
- Improve the workflow view - add scroll boxes and distinguish visualization of values
Unknownand0in the design-time benchmark view
Full Changelog: https://github.com/Workflomics/workflomics-frontend/compare/v1.0.0...v1.1.0
- TypeScript
Published by vedran-kasalica over 1 year ago
workflomics-frontend - Workflomics v1.0: Official Release
Welcome to Workflomics Front End v1.0!
Hello, Workflomics users! We’re thrilled to announce the official release of Workflomics Front End v1.0. This release marks a significant step toward a more stable and visually cohesive platform.
🎉 What’s New in v1.0?
- Stability and Enhancements: We've made backend improvements to increase platform responsiveness.
- Redesigned Home Page: We've updated the home page with links to essential documentation, making it easier to find the information you need.
- Updated Color Scheme: The button colors have been updated to align with our logo for a cleaner look.
- Accessible Documentation: Essential documentation is now easier to access and navigate.
- Improved User Guidelines: We've streamlined our guidelines to help you use the platform more effectively.
- Streamlined Contribution Process: New GitHub templates have been introduced to simplify contributions.
Log
- Add Contribution Guidelines and Issue & PR Templates by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/56
- Improve maintainability by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/59
- Add Rob to citation.cff by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/63
- Update the color scheme and figures by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/67
- Replace "My Workflows" with the "User Guide" by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/68
Full Changelog: https://github.com/Workflomics/workflomics-frontend/compare/v.0.2.0...v1.0.0
- TypeScript
Published by vedran-kasalica almost 2 years ago
workflomics-frontend - Workflow benchmarks and UI enhancements
Summary
The latest release of Workflomics Frontend, version 0.2.0, introduces a range of improvements and new functionalities designed to enhance the user experience and platform capabilities. Highlights include the addition of author's ORCID for better academic attribution, an update to RESTful APE v0.2.6 for improved API performance, and several UI enhancements such as fixed alignment issues, uploadable benchmarks, and design time benchmark gradients. New features like the ability to download zipped workflows and the introduction of tooltips further augment the platform's usability. This release also marks the first contribution from @524D.
What's Changed
- Author's ORCID Added: Added author's ORCID to improve academic attribution. (#34) by @vedran-kasalica
- Update to RESTful APE v0.2.6: Updated to the latest version of RESTful APE for enhanced API performance. (#35) by @vedran-kasalica
- Benchmark Card Workflow Dots Alignment Fix: Fixed the alignment of workflow dots on the benchmark cards for a cleaner UI. (#41) by @kretep
- Uploadable Benchmarks: Implemented functionality for uploading benchmarks, enabling users to customize their analysis. (#45) by @kretep
- Design Time Benchmark Gradients: Introduced gradient designs for time benchmarks for improved visual representation. (#46) by @kretep
- Download Zipped Workflows: Added the ability to download workflows in a zipped format, facilitating easier sharing and storage. (#47) by @vedran-kasalica
- Update /cwl GET to POST: Changed the /cwl endpoint from GET to POST method for enhanced security and data handling. (#48) by @vedran-kasalica
- Branding: Implemented new branding elements to enhance the platform's visual identity. (#50) by @524D
- Initial Tooltips Added: Added initial tooltips to improve user interface intuitiveness. (#52) by @vedran-kasalica
- Design Improvements: Made several design improvements across the platform for a better user experience. (#51) by @vedran-kasalica
- Alignment Fix: Addressed and corrected alignment issues for a more polished interface. (#54) by @kretep
- Tooltips and Layout Improvements on Synthesis Results Page: Enhanced the synthesis results page with tooltips and layout improvements for easier data interpretation. (#53) by @vedran-kasalica
New Contributors
- A warm welcome to @524D, who made their first contribution to the project! (#50)
Full Changelog: https://github.com/Workflomics/workflomics-frontend/compare/v.0.1.2...v.0.2.0
- TypeScript
Published by vedran-kasalica about 2 years ago
workflomics-frontend - Updated authors list
What's Changed
- Update CITATION.cff author list by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/33
Full Changelog: https://github.com/Workflomics/workflomics-frontend/compare/v0.1.1...v.0.1.2
- TypeScript
Published by vedran-kasalica over 2 years ago
workflomics-frontend - Visualised design-time benchmarks
Summary
Workflomics v0.1.1 introduces design-time benchmark visualization through RESTful APE, enhancing user experience and workflow analysis. New contributors, @csc-felipe, made their impactful debut in this release.
What's Changed
- Update README.md by @kretep in https://github.com/Workflomics/workflomics-frontend/pull/14
- Improve docker-compose by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/15
- Add DOI, cff and improve readme by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/13
- Update development docs to make it work out of the box by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/19
- Fix transparency issue on Mozilla by @kretep in https://github.com/Workflomics/workflomics-frontend/pull/20
- Small fix: Update DB import and remove the user icon from UI by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/18
- Use the new workflow property in benchmarks and change circle to be a square by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/21
- Make the border of squares black and rounded by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/22
- Add tooltips to squares and benchmark titles by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/23
- Add a checkbox for selecting all by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/24
- Add a button to hide a solution by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/25
- Initial modal implementation by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/26
- Pin postgres version by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/27
- Small improvements to solutions cards by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/28
- Download button by @csc-felipe in https://github.com/Workflomics/workflomics-frontend/pull/29
- Update CITATION.cff by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/30
- Update CITATION.cff version by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/31
New Contributors
- @csc-felipe made their first contribution in https://github.com/Workflomics/workflomics-frontend/pull/15
Full Changelog: https://github.com/Workflomics/workflomics-frontend/compare/v0.1.0...v0.1.1
- TypeScript
Published by vedran-kasalica over 2 years ago
workflomics-frontend - The initial design
Workflomics v0.1.0 Release Notes
We're pleased to announce the release of Workflomics v0.1.0. This version introduces the following features:
- Sleek Front End: A user-friendly interface for seamless workflow generation and exploration.
- RESTful APE API Integration: Utilize the power of RESTful APE for automated workflow generation.
- Workflow Visualization: Visualize your workflows for better understanding and management.
- Technical Tool Benchmarks: Provides detailed technical insights into the tools comprising the workflow.
- CWL File Downloads: Easily download executable CWL files for generated workflows.
What's implemented
- Added simple routing, test components and images by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/3
- Generate workflow workflow by @kretep in https://github.com/Workflomics/workflomics-frontend/pull/4
- Update docker-compose - add REST APE by @vedran-kasalica in https://github.com/Workflomics/workflomics-frontend/pull/5
- Work on workflow generation (MVP demo) by @kretep in https://github.com/Workflomics/workflomics-frontend/pull/6
- Add constraints and benchmark visualization by @kretep in https://github.com/Workflomics/workflomics-frontend/pull/11
- Flipping workflow benchmarks by @kretep in https://github.com/Workflomics/workflomics-frontend/pull/12
Full Changelog: https://github.com/Workflomics/workflomics-frontend/commits/v0.1.0
- TypeScript
Published by vedran-kasalica over 2 years ago