Difference between revisions of "Help:OsProject"
m (created by WikiTask 2018-08-21T04:20:59Z) |
m (created by WikiTask 2022-01-24T07:08:41Z) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 38: | Line 38: | ||
class OsProject { | class OsProject { | ||
Text id | Text id | ||
+ | Text state | ||
Text owner | Text owner | ||
Text title | Text title | ||
Text url | Text url | ||
Text version | Text version | ||
+ | Text description | ||
Date date | Date date | ||
+ | Date since | ||
+ | Date until | ||
} | } | ||
OsProjectNote .. OsProject | OsProjectNote .. OsProject | ||
+ | |||
+ | OsProject "project (1)" -- "tickets(*)" Ticket | ||
' BITPlan Corporate identity skin params | ' BITPlan Corporate identity skin params | ||
' Copyright (c) 2015-2017 BITPlan GmbH | ' Copyright (c) 2015-2017 BITPlan GmbH | ||
Line 133: | Line 139: | ||
* [[:Form:OsProject]] | * [[:Form:OsProject]] | ||
topic links: | topic links: | ||
+ | * [[:Category:Ticket]] | ||
[[Category:OsProject]] | [[Category:OsProject]] |
Latest revision as of 08:08, 24 January 2022
Help for OsProject
icon | Topic | name | pluralName | documentation |
---|---|---|---|---|
OsProject | OsProject | OsProjects | An Open Source Project |
Documentation
An Open Source Project
Example OsProjects
11Dollar4Climate, Antlr, CMSFrontend, Can4eve, Ceur-spt, Com.bitplan.grapheditor, Com.bitplan.gui, Com.bitplan.javafx, Com.bitplan.pom, Com.bitplan.wikifrontend, Com.bitplan.wikitask, ConferenceCorpus, CrazyBeans, Dblpconf, Dcm, DgraphAndWeaviateTest, Diagrams, Docker-semanticmediawiki, Dragtop, Dragtop/pdfextractor, EVChargeLog, Eitparser, Freemarker, Fritzbox-java-api, Genwiki2024, Geograpy, GraphWiseLearn, Gremlin python, ImageLink, MJpegStreamer, Mediawiki-Japi, NiceSmartCRM, Nicegui widgets, Nicepdf, Nicescad, Nicesheet, Nicetrack, PDFEmbed, PdfIndexer, PlayChessWithAWebCam, ProceedingsTitleParser, ProfiWiki, Py ez wikidata, Py-3rdparty-mediawiki, Py-sidif, Py-yprinciple-gen, PyCEURmake, PyExpireBackups, PyFlaskBootstrap4, PyGenericSpreadSheet... further results
Properties
documentation | type | name | label | allowedValues | mandatory | uploadable | |
---|---|---|---|---|---|---|---|
OsProject date | latest release date | Types/Date | date | date | false | false | |
OsProject id | the id of the project | Types/Text | id | id | true | false | |
OsProject owner | the owner of the project | Types/Text | owner | owner | false | false | |
OsProject since | first release date | Types/Date | since | since | false | false | |
OsProject state | the state of the project | Types/Text | state | state | active,inactive,dropped | true | false |
OsProject title | the title of the project | Types/Text | title | title | false | false | |
OsProject until | date the project was inactivated | Types/Date | until | until | false | false | |
OsProject url | the url of the project | Types/Text | url | url | false | false | |
OsProject version | the current version of the project | Types/Text | version | version | false | false |
uml
see also
- List of OsProjects
- Help:OsProject
- Concept:OsProject
- Category:OsProject
- Template:OsProject
- Form:OsProject
topic links: