Skip to content
This repository has been archived by the owner on Jan 4, 2024. It is now read-only.

Deprecate project #31

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/reuse-compliance.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: REUSE Compliance Check

on: [push, pull_request]
on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
test:
Expand Down
6 changes: 0 additions & 6 deletions .travis.yml

This file was deleted.

9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
[![REUSE status](https://api.reuse.software/badge/github.com/SAP/openui5-masterdetail-app)](https://api.reuse.software/info/github.com/SAP/openui5-masterdetail-app)
[![Build Status](https://travis-ci.org/SAP/openui5-masterdetail-app.svg?branch=master)](https://travis-ci.org/SAP/openui5-masterdetail-app)
![OpenUI5 logo](http://openui5.org/images/OpenUI5_new_big_side.png)

# DEPRECATED

**⚠️ This project has been deprecated in favor of [OpenUI5 Sample App](https://github.com/SAP/openui5-sample-app).**

# openui5-masterdetail-app
OpenUI5 masterdetail app using the UI5 Build and Development Tooling.

This template implements a typical flexible column layout with two pages, one of the design patterns that is specified by the SAP Fiori Design Guidelines.
It includes generic application functionality and tests that can be easily extended.

## More information
* [Live Demo](http://sap.github.io/openui5-masterdetail-app/test/mockServer.html)
* [Live Demo](http://sap-archive.github.io/openui5-masterdetail-app/test/mockServer.html)
* [Documentation](https://openui5.hana.ondemand.com/#/topic/8ed9339f3a99418e82a02f0fb4b5d6b9)
* [SAP Fiori Design Guidelines](https://experience.sap.com/fiori-design/)
* [UI5 Tooling](https://github.com/SAP/ui5-tooling)
Expand Down Expand Up @@ -56,4 +59,4 @@ This repository is based on the [OpenUI5 template demo apps](https://openui5.han
If you found a bug, please create an [OpenUI5 issue](https://github.com/sap/openui5/issues). Thank you!

# Licensing
Please see our [LICENSE.txt](LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/openui5-masterdetail-app).
Please see our [LICENSE.txt](LICENSE.txt) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/openui5-masterdetail-app).
1 change: 0 additions & 1 deletion msg

This file was deleted.

Loading