.. # ******************************************************************************* # Copyright (c) 2025 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. # # This program and the accompanying materials are made available under the # terms of the Apache License Version 2.0 which is available at # https://www.apache.org/licenses/LICENSE-2.0 # # SPDX-License-Identifier: Apache-2.0 # ******************************************************************************* .. _work_products: Work products ============= An work product is an items needed as input or created as output of one or more tasks that are the responsibility of a :ref:`single role`. The project development work product traceability model overview can be found here: :ref:`general_concepts_traceability`. Here only project specific work products are listed, which are generic for the platform. .. workproduct:: Policies :id: wp__policies :status: draft :tags: requirements_management :complies: std_wp__iso26262__management_551 In general the project follows the Eclipse Foundation Development Process (EDP, `Eclipse Foundation Development Process `_). The EDP defines important concepts, including the Open Source Rules of Engagement, the organizational framework for open source projects and teams, releases, reviews, and more. Further the Eclipse Foundation Security Policy (`Eclipse Foundation Security Policy `_) applies. The Eclipse Foundation Functional Safety Process (EFFSP, currently in DRAFT `Eclipse Foundation Functional Safety Process `_) applies. Concerning the use of Generative Artificial Intelligence `Usage Guidelines `_ applies. Project specific Policies for functional safety and cybersecurity may extend the ones from ECLIPSE. Project Work product Linkage ---------------------------- .. needpie:: The project work products contained in exactly one project workflow :labels: Not-Linked, Linked Work product, Linked Work product To Multiple Workflows :legend: :colors: red, green, blue :filter-func: score_metamodel.checks.standards.my_pie_workproducts_contained_in_exactly_one_workflow Project Work product list ------------------------- .. needtable:: :style: table :columns: title;id;tags :colwidths: 25,25,25 :sort: title results = [] for need in needs.filter_types(["workproduct"]): if need['is_external'] == False: results.append(need)