{"id":15023905,"url":"https://github.com/SAP-archive/openui5-worklist-app","last_synced_at":"2025-10-19T18:30:48.571Z","repository":{"id":2738741,"uuid":"46779827","full_name":"SAP-archive/openui5-worklist-app","owner":"SAP-archive","description":"OpenUI5 worklist template app","archived":true,"fork":false,"pushed_at":"2024-11-04T08:24:11.000Z","size":64632,"stargazers_count":43,"open_issues_count":0,"forks_count":27,"subscribers_count":66,"default_branch":"main","last_synced_at":"2025-01-21T23:43:07.821Z","etag":null,"topics":["demo-app","openui5","template","ui5-demo"],"latest_commit_sha":null,"homepage":"http://sap.github.io/openui5-worklist-app/test/mockServer.html","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SAP-archive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-24T09:08:33.000Z","updated_at":"2024-11-04T08:29:48.000Z","dependencies_parsed_at":"2024-01-14T06:08:51.834Z","dependency_job_id":"3887ccb0-7116-4340-8014-003539d97abf","html_url":"https://github.com/SAP-archive/openui5-worklist-app","commit_stats":{"total_commits":153,"total_committers":14,"mean_commits":"10.928571428571429","dds":0.4509803921568627,"last_synced_commit":"1761937da24ca6b9725845db9697aa61a25dfb10"},"previous_names":["sap-archive/openui5-worklist-app","sap/openui5-worklist-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-archive%2Fopenui5-worklist-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-archive%2Fopenui5-worklist-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-archive%2Fopenui5-worklist-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAP-archive%2Fopenui5-worklist-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAP-archive","download_url":"https://codeload.github.com/SAP-archive/openui5-worklist-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237191456,"owners_count":19269708,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["demo-app","openui5","template","ui5-demo"],"created_at":"2024-09-24T19:59:35.874Z","updated_at":"2025-10-19T18:30:48.241Z","avatar_url":"https://github.com/SAP-archive.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![REUSE status](https://api.reuse.software/badge/github.com/SAP/openui5-worklist-app)](https://api.reuse.software/info/github.com/SAP/openui5-worklist-app)\n[![Build Status](https://github.com/SAP/openui5-worklist-app/actions/workflows/github-ci.yml/badge.svg)](https://github.com/SAP/openui5-worklist-app/actions/workflows/github-ci.yml)\n![OpenUI5 logo](http://openui5.org/images/OpenUI5_new_big_side.png)\n\n# DEPRECATED\n\n**⚠️ This project has been deprecated in favor of our [OpenUI5 Sample App](https://github.com/SAP/openui5-sample-app) and the [Worklist App Tutorial](https://ui5.sap.com/#/topic/6a6a621c978145ad9eef2b221d2cf21d).**\n\n# openui5-worklist-app\nOpenUI5 worklist app using the UI5 Build and Development Tooling.\n\nThis template implements a typical worklist floorplan, one of the design patterns that is specified by the SAP Fiori Design Guidelines. \nIt includes generic application functionality and tests that can be easily extended.\n\n\n## More information\n* [Live Demo](http://sap.github.io/openui5-worklist-app/test/mockServer.html)\n* [Documentation](https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/dcd9f97aa8de4adab8270315550f2b23.html)\n* [SAP Fiori Design Guidelines](https://experience.sap.com/fiori-design/)\n* [UI5 Tooling](https://github.com/SAP/ui5-tooling). \n* [OpenUI5](https://github.com/SAP/openui5)\n\n## Prerequisites\nThe **UI5 build and development tooling command line interface (UI5 CLI)** has to be installed.\nFor installation instructions please see [Installing the UI5 CLI](https://github.com/SAP/ui5-tooling#installing-the-ui5-cli).\n\n## Setup\n1. Clone the repository and navigate into it\n    ```sh\n    git clone https://github.com/SAP/openui5-worklist-app.git\n    cd openui5-worklist-app\n    ```\n1. Install all dependencies\n    ```sh\n    npm install\n    ```\n\n1. Start a local server and run the application (http://localhost:8080/index.html)\n    ```sh\n    ui5 serve -o /index.html\n    ```\n\n## Testing\n* Run ESLint code validation\n    ```sh\n    npm run lint\n    ```\n* Start a local server and execute the tests automatically after every change\n    ```sh\n    npm run watch\n    ```\n* Run ESLint, start a local server and run the tests in CI mode\n    ```sh\n    npm test\n    ```\n\nFor more build and development options please see: [UI5 Build and Development Tooling](https://github.com/SAP/ui5-tooling)\n\n## Support\nThis repository is based on the [OpenUI5 template demo apps](https://sdk.openui5.org/demoapps) and updated regularly with our latest recommendations. \nIf you found a bug, please create an [OpenUI5 issue](https://github.com/sap/openui5/issues). Thank you!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSAP-archive%2Fopenui5-worklist-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSAP-archive%2Fopenui5-worklist-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSAP-archive%2Fopenui5-worklist-app/lists"}