Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OSEE"

(Using OSEE)
(Detailed Overview)
(14 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
=== Detailed Overview ===
 
=== Detailed Overview ===
  
*[[OSEE/Detailed Overview|'''Detailed Overview''']]  
+
*[[OSEE/Detailed Overview|'''Detailed Overview''']]
 +
*[https://wiki.eclipse.org/index.php?title=OSEE/OSEE_Milestones&redirect=no OSEE Milestones]
 +
*[[OSEE/Acronyms|'''Acronyms''']]
  
 
=== By OSEE element  ===
 
=== By OSEE element  ===
Line 25: Line 27:
 
Note: This section of the Wiki is being developed as part of an organisation's own documentation and being provided to the OSEE community under the open-source goals of the project. It is not the responsibility of the code developers, so please don't blame them for any errors!
 
Note: This section of the Wiki is being developed as part of an organisation's own documentation and being provided to the OSEE community under the open-source goals of the project. It is not the responsibility of the code developers, so please don't blame them for any errors!
  
== Using OSEE ==
+
== Using OSEE / Training ==
 +
* [[OSEE/Users_Guide/Getting_Started|'''Getting Started''']] - the first steps to setup OSEE
 +
* [[OSEE/Training|'''User Training''']] - Training on how to use OSEE for a given task
 +
** [[OSEE/Training#ATS_-_How_do_I_Author_Configuration_Managed_Changes|'''How Do I Author CM Changes''']] (video series)
 +
**[[OSEE/Training#All_OSEE_Training_Videos|'''All OSEE Training Videos''']]
 
* [[OSEE/EclipseCon|'''EclipseCon Presentations''']]
 
* [[OSEE/EclipseCon|'''EclipseCon Presentations''']]
 
* [http://www.eclipse.org/osee/downloads.php '''Download'''] - get the latest builds
 
* [http://www.eclipse.org/osee/downloads.php '''Download'''] - get the latest builds
* [[OSEE/Users_Guide/Getting_Started|'''Getting Started''']] - the first steps to setup OSEE
 
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=OSEE&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED '''OSEE Bugzilla'''] - review and create Bugzilla entries
 
* [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=OSEE&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED '''OSEE Bugzilla'''] - review and create Bugzilla entries
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=OSEE&rep_platform=All&op_sys=All '''File a bug'''] - file bugs and feature requests
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=OSEE&rep_platform=All&op_sys=All '''File a bug'''] - file bugs and feature requests
* [[OSEE/TrainingVideos|'''Training Videos''']] - quick videos of how to use OSEE
 
* [[OSEE/TipsTricks|'''Tips And Tricks''']] - quick snippets of how to get the most out of OSEE
 
  
== Extending OSEE ==
+
== Configuring and Extending OSEE ==
 
* [[OSEE/BLAM|'''BLAM''']] - How to extend OSEE's capabilities without changing OSEE itself
 
* [[OSEE/BLAM|'''BLAM''']] - How to extend OSEE's capabilities without changing OSEE itself
  
Line 42: Line 45:
 
* [https://dev.eclipse.org/mailman/listinfo/osee-dev '''Developer Mailing List'''] - Subscribe to the developer list
 
* [https://dev.eclipse.org/mailman/listinfo/osee-dev '''Developer Mailing List'''] - Subscribe to the developer list
 
* [[OSEE/Software_Development_Process|'''Software Development Process''']] - Software Development Process
 
* [[OSEE/Software_Development_Process|'''Software Development Process''']] - Software Development Process
* [[OSEE/Workspace_Setup|'''Workspace Setup''']] - How to setup your workspace
+
* [[OSEE/Developer_Setup|'''Developer Setup''']] - Steps to setup an OSEE development environment
* [[OSEE/Developer_Guidelines|'''Developer Guidelines and Resources''']] - Developer guidelines and additional setup
+
* Being Retired - [[OSEE/Workspace_Setup|'''Workspace Setup''']] - How to setup your workspace
 +
* Being Retired - [[OSEE/Developer_Guidelines|'''Developer Guidelines and Resources''']] - Developer guidelines and additional setup
 
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=68&S=03be8852279043e2fbe465ca71cbb7ac '''Newsgroup'''] - Newsgroup portal
 
* [http://www.eclipse.org/forums/index.php?t=thread&frm_id=68&S=03be8852279043e2fbe465ca71cbb7ac '''Newsgroup'''] - Newsgroup portal
 
* [http://www.eclipse.org/projects/project-plan.php?projectid=technology.osee '''Project Plan'''] - What's coming up?
 
* [http://www.eclipse.org/projects/project-plan.php?projectid=technology.osee '''Project Plan'''] - What's coming up?

Revision as of 17:25, 28 August 2019

What is OSEE?

Osee.jpg

The Open System Engineering Environment (OSEE) project provides a tightly integrated environment supporting lean principles across a product's full life-cycle in the context of an overall systems engineering approach. The system captures project data into a common user-defined data model providing bidirectional traceability, project health reporting, status, and metrics which seamlessly combine to form a coherent, accurate view of a project in real-time. By building on top of this data model, OSEE has been architected to provide an all-in-one solution to configuration management, requirements management, testing, validation, and project management. All of these work together to help an organization achieve lean objectives by reducing management activities, eliminating data duplication, reducing cycle-time through streamlined processes, and improving overall product quality through work flow standardization and early defect detection.

Documentation

Detailed Overview

By OSEE element

As presented in the GUI 

Note: This section of the Wiki is being developed as part of an organisation's own documentation and being provided to the OSEE community under the open-source goals of the project. It is not the responsibility of the code developers, so please don't blame them for any errors!

Using OSEE / Training

Configuring and Extending OSEE

  • BLAM - How to extend OSEE's capabilities without changing OSEE itself

Developing OSEE

Wiki Help

External References

Back to the top