datum
datum copied to clipboard
Zerocracy Project Data Model
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Data model for https://github.com/zerocracy/farm/issues/2245 Add `active.xml` file for PMO project where active user ids will be stored with timestamps. User can click "become active" button in chat bot, 0crat marks...
Github does allow spaces in milestone ids, the pattern validation in Zerocracy breaks in such cases, see https://github.com/zerocracy/farm/issues/2051 File: /xsd/pm/time/types.xsd
Zerocracy should be present on StackOverflow, since a lot of users will have questions and many of them won't take the time to study all the open and closed Issues...
Total value of `estimates.xml` can be calculated in less than 20 ms for ~500 esitmates, this performance can be compared to parsing it from xml using xpath. So there're no...
Issue https://github.com/zerocracy/farm/issues/1333 demands that we alter the structure of `catalog.xml`, for each project: - add `architect` element (the architect of the project); - add `members` element (the project members), composed...
Hi Guys, How zerocrat behave in case vacation? I have a list of tasks waiting for the review, in onhold status. What happens to them once i'll notify zerocrat about...
When I am quited project jPeek (QA role), there was 2 tasks assigned to me by ARC. They remain in my agenda though. https://github.com/yegor256/jpeek/issues/215 https://github.com/yegor256/jpeek/issues/307
Following implementation of https://github.com/zerocracy/farm/issues/1568 thread, we must create `pmo/resume.xsl)` file, which will show information about user resume when sent. After this implementation remove ignore annotation from `TkJoinTest.showsResumeIfAlreadyApplied`
Project [zerocracy/farm](https://github.com/zerocracy/farm) is currently on version 0.62.5. When upgrading to 0.62.6 or beyond, we are getting an XML error from `people.xml`. For example, [`PeopleTest.upgradesXsdAutomatically`](https://github.com/zerocracy/farm/blob/ec37b9d7fd3add535faab9398fc83e6c2f0dcfce/src/test/java/com/zerocracy/pmo/PeopleTest.java#L184-L201) ```java public void upgradesXsdAutomatically() throws Exception...