2010-07-23 18:24:30 +02:00
|
|
|
Design Process : Distributed Development Framework
|
|
|
|
|
==================================================
|
|
|
|
|
|
2025-09-08 04:04:39 +02:00
|
|
|
[options="autowidth"]
|
|
|
|
|
|====================================
|
|
|
|
|
|*State* | _Final_
|
|
|
|
|
|*Date* | _2007-06-07_
|
|
|
|
|
|*Proposed by* | ct
|
|
|
|
|
|====================================
|
2010-07-23 18:24:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Distributed Development Framework
|
|
|
|
|
---------------------------------
|
|
|
|
|
|
|
|
|
|
Create our own toolset to track issues, tasks, bugs in a distributed manner.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
* Use git as backend
|
|
|
|
|
* Things get automatically updated/merged/pushed on a mob branch here
|
|
|
|
|
* Should be self-contained, checkout, ready to use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tasks
|
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
|
|
* Serveral (shell?) scripts which ease the use
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Rationale
|
|
|
|
|
~~~~~~~~~
|
2010-07-26 02:54:14 +02:00
|
|
|
|
2010-07-23 18:24:30 +02:00
|
|
|
* To cut the administrative overhead down
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Comments
|
|
|
|
|
--------
|
|
|
|
|
|
2025-09-08 04:04:39 +02:00
|
|
|
Made this `final', this proposal got accepted and is already in use without
|
2010-07-24 16:48:32 +02:00
|
|
|
much discussion
|
2010-07-23 18:24:30 +02:00
|
|
|
|
2025-09-08 04:04:39 +02:00
|
|
|
ct:: '2007-06-27T16:07:13Z'
|
|
|
|
|
|
|
|
|
|
[underline]#Historical remark#: Not sure what this RfC was meant to propose; +
|
|
|
|
|
During the next year, an ambitious side-project named »*uwiki*« was started,
|
|
|
|
|
with the goal to provide a wiki-like web frontend based on completely self-contained
|
|
|
|
|
storage in a Git repository, without requiring any kind of data base. This project,
|
|
|
|
|
however -- in spite of some compelling prototype implementations -- was abandoned;
|
|
|
|
|
it became clear that such a system can not be bootstrapped from a lightweight,
|
|
|
|
|
minimalist setup and would require a significant amount of web development
|
|
|
|
|
rather -- a task no one was willing to take on.
|
|
|
|
|
|
|
|
|
|
Yet the Lumiera project succeeded in building a web presence based on
|
|
|
|
|
https://asciidoc-py.github.io/[Asciidoc] sources checked into Git, with a lightweight
|
|
|
|
|
commit-hook script to automatically publish any changes on git-push -- a scheme
|
|
|
|
|
which comes close to the gist of this RfC.
|
|
|
|
|
|
|
|
|
|
Ichthyo:: '2025-09-08'
|
|
|
|
|
|
|
|
|
|
''''
|
2010-07-23 18:24:30 +02:00
|
|
|
|
2025-09-08 04:04:39 +02:00
|
|
|
Back to link:/x/DesignProcess.html[Lumiera Design Process overview]
|