Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chrislain
Datahike
Commits
c7a5afd3
Commit
c7a5afd3
authored
Sep 18, 2020
by
Konrad
🎧
Browse files
add latest reports
parent
8ebeaa54
Changes
3
Hide whitespace changes
Inline
Side-by-side
reports/20200911.org
0 → 100644
View file @
c7a5afd3
#+TITLE: 2020-09-11
#+REVEAL_THEME: white
#+REVEAL_HLEVEL: 3
#+OPTIONS: toc:nil
* Attribute references I
| Task | STATUS |
|------------------------------------------------+--------|
| design architecture options | DONE |
| create ADR | DONE |
| design system schema | DONE |
| implement system schema | DONE |
| test system schema | DONE |
| design partitions | DONE |
* Attribute references II
| Task | STATUS |
|-----------------------------------------------+---------|
| implement partitions | DONE |
| create partition tests | DONE |
| analyze and design references for tx & search | DONE |
| implement references to tx & search | START |
| create reference tests | START |
* Attribute references III
| Task | STATUS |
|------------------------------------------------+--------|
| design attr-ref configuration | DONE |
| implement attr-ref configuration | *START* |
| test attr-ref configuration | *NEXT* |
| design :db-namespace protection | HOLD |
| implement :db-namespace protection | HOLD |
| test :db-namespace protection | HOLD |
* Job Tech Taxonomy API
| Task | STATUS |
|------------------------------------------+--------|
| merge latest develop branch | DONE |
| introduce job tech project | START |
| integrate refs into jobtech-taxonomy-api | TODO |
| test refs | TODO |
| fix version creation bug | DONE |
| check problematic test performance | *START* |
* performance problem
- weird behavior with ~limit~, ~offset~
- in process of refactoring and optimization
* sendandi
- [[https://github.com/replikativ/sendandi][library]] created just for db protocols
- Wanderung only commandline tool
* Datahike
- vacation time
- documentation updated
- circle ci orbs unified
- formatting defined
- entity specs started
- Datomic API compatibility started
- preparation for release 0.3.2
reports/20200918.html
0 → 100644
View file @
c7a5afd3
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<title>
2020-09-18
</title>
<meta
name=
"author"
content=
"(konrad)"
/>
<style
type=
"text/css"
>
.underline
{
text-decoration
:
underline
;
}
</style>
<link
rel=
"stylesheet"
href=
"file:///home/konrad/.assets/reveal.js/dist/reveal.css"
/>
<link
rel=
"stylesheet"
href=
"file:///home/konrad/.assets/reveal.js/dist/theme/white.css"
id=
"theme"
/>
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if
(
window
.
location
.
search
.
match
(
/print-pdf/gi
)
)
{
var
link
=
document
.
createElement
(
'
link
'
);
link
.
rel
=
'
stylesheet
'
;
link
.
type
=
'
text/css
'
;
link
.
href
=
'
file:///home/konrad/.assets/reveal.js/css/print/pdf.css
'
;
document
.
getElementsByTagName
(
'
head
'
)[
0
].
appendChild
(
link
);
}
</script>
</head>
<body>
<div
class=
"reveal"
>
<div
class=
"slides"
>
<section
id=
"sec-title-slide"
><h1
class=
"title"
>
2020-09-18
</h1><h2
class=
"author"
>
konrad
</h2><p
class=
"date"
>
Created: 2020-09-18 Fr 14:35
</p>
</section>
<section>
<section
id=
"slide-org3d339e4"
>
<h2
id=
"org3d339e4"
><span
class=
"section-number-2"
>
1
</span>
Attribute references II
</h2>
<table
border=
"2"
cellspacing=
"0"
cellpadding=
"6"
rules=
"groups"
frame=
"hsides"
>
<colgroup>
<col
class=
"org-left"
/>
<col
class=
"org-left"
/>
</colgroup>
<thead>
<tr>
<th
scope=
"col"
class=
"org-left"
>
Task
</th>
<th
scope=
"col"
class=
"org-left"
>
STATUS
</th>
</tr>
</thead>
<tbody>
<tr>
<td
class=
"org-left"
>
implement partitions
</td>
<td
class=
"org-left"
>
DONE
</td>
</tr>
<tr>
<td
class=
"org-left"
>
create partition tests
</td>
<td
class=
"org-left"
>
DONE
</td>
</tr>
<tr>
<td
class=
"org-left"
>
analyze and design references for tx
&
search
</td>
<td
class=
"org-left"
>
DONE
</td>
</tr>
<tr>
<td
class=
"org-left"
>
implement references to tx
&
search
</td>
<td
class=
"org-left"
>
START
</td>
</tr>
<tr>
<td
class=
"org-left"
>
create reference tests
</td>
<td
class=
"org-left"
>
START
</td>
</tr>
</tbody>
</table>
</section>
</section>
<section>
<section
id=
"slide-orgf0e34a5"
>
<h2
id=
"orgf0e34a5"
><span
class=
"section-number-2"
>
2
</span>
Attribute references III
</h2>
<table
border=
"2"
cellspacing=
"0"
cellpadding=
"6"
rules=
"groups"
frame=
"hsides"
>
<colgroup>
<col
class=
"org-left"
/>
<col
class=
"org-left"
/>
</colgroup>
<thead>
<tr>
<th
scope=
"col"
class=
"org-left"
>
Task
</th>
<th
scope=
"col"
class=
"org-left"
>
STATUS
</th>
</tr>
</thead>
<tbody>
<tr>
<td
class=
"org-left"
>
design attr-ref configuration
</td>
<td
class=
"org-left"
>
DONE
</td>
</tr>
<tr>
<td
class=
"org-left"
>
implement attr-ref configuration
</td>
<td
class=
"org-left"
>
START
</td>
</tr>
<tr>
<td
class=
"org-left"
>
test attr-ref configuration
</td>
<td
class=
"org-left"
>
NEXT
</td>
</tr>
<tr>
<td
class=
"org-left"
>
design :db-namespace protection
</td>
<td
class=
"org-left"
><b>
START
</b></td>
</tr>
<tr>
<td
class=
"org-left"
>
implement :db-namespace protection
</td>
<td
class=
"org-left"
><b>
START
</b></td>
</tr>
<tr>
<td
class=
"org-left"
>
test :db-namespace protection
</td>
<td
class=
"org-left"
>
HOLD
</td>
</tr>
</tbody>
</table>
</section>
</section>
<section>
<section
id=
"slide-org3f857d3"
>
<h2
id=
"org3f857d3"
><span
class=
"section-number-2"
>
3
</span>
Job Tech Taxonomy API
</h2>
<table
border=
"2"
cellspacing=
"0"
cellpadding=
"6"
rules=
"groups"
frame=
"hsides"
>
<colgroup>
<col
class=
"org-left"
/>
<col
class=
"org-left"
/>
</colgroup>
<thead>
<tr>
<th
scope=
"col"
class=
"org-left"
>
Task
</th>
<th
scope=
"col"
class=
"org-left"
>
STATUS
</th>
</tr>
</thead>
<tbody>
<tr>
<td
class=
"org-left"
>
merge latest develop branch
</td>
<td
class=
"org-left"
>
DONE
</td>
</tr>
<tr>
<td
class=
"org-left"
>
introduce job tech project
</td>
<td
class=
"org-left"
>
START
</td>
</tr>
<tr>
<td
class=
"org-left"
>
integrate refs into jobtech-taxonomy-api
</td>
<td
class=
"org-left"
>
TODO
</td>
</tr>
<tr>
<td
class=
"org-left"
>
test refs
</td>
<td
class=
"org-left"
>
TODO
</td>
</tr>
<tr>
<td
class=
"org-left"
>
fix version creation bug
</td>
<td
class=
"org-left"
>
DONE
</td>
</tr>
<tr>
<td
class=
"org-left"
>
check problematic test performance
</td>
<td
class=
"org-left"
>
DONE
</td>
</tr>
<tr>
<td
class=
"org-left"
>
fix api tests
</td>
<td
class=
"org-left"
><b>
START
</b></td>
</tr>
</tbody>
</table>
</section>
</section>
<section>
<section
id=
"slide-org4d11dbd"
>
<h2
id=
"org4d11dbd"
><span
class=
"section-number-2"
>
4
</span>
Datahike
</h2>
<ul>
<li>
printer fix
</li>
<li>
hashes fix
</li>
<li>
release 0.3.2 candidate
</li>
<li>
entity specs
</li>
<li>
Datomic API compatibility overview done
</li>
<li>
PRs cleaned up
</li>
</ul>
</section>
</section>
<section>
<section
id=
"slide-orgdf8c37a"
>
<h2
id=
"orgdf8c37a"
><span
class=
"section-number-2"
>
5
</span>
Datahike Server
</h2>
<ul>
<li>
authentication
</li>
</ul>
</section>
</section>
</div>
</div>
<script
src=
"file:///home/konrad/.assets/reveal.js/dist/reveal.js"
></script>
<script
src=
"file:///home/konrad/.assets/reveal.js/plugin/markdown/markdown.js"
></script>
<script
src=
"file:///home/konrad/.assets/reveal.js/plugin/zoom/zoom.js"
></script>
<script
src=
"file:///home/konrad/.assets/reveal.js/plugin/notes/notes.js"
></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal
.
initialize
({
plugins
:
[
RevealMarkdown
,
RevealZoom
,
RevealNotes
],
multiplex
:
{
secret
:
''
,
// null if client
id
:
''
,
// id, obtained from socket.io server
url
:
''
// Location of socket.io server
},
// Optional libraries used to extend on reveal.js
dependencies
:
[
]
});
</script>
</body>
</html>
reports/20200918.org
0 → 100644
View file @
c7a5afd3
#+TITLE: 2020-09-18
#+REVEAL_THEME: white
#+REVEAL_HLEVEL: 3
#+OPTIONS: toc:nil
* Attribute references II
| Task | STATUS |
|-----------------------------------------------+---------|
| implement partitions | DONE |
| create partition tests | DONE |
| analyze and design references for tx & search | DONE |
| implement references to tx & search | START |
| create reference tests | START |
* Attribute references III
| Task | STATUS |
|------------------------------------+---------|
| design attr-ref configuration | DONE |
| implement attr-ref configuration | START |
| test attr-ref configuration | NEXT |
| design :db-namespace protection | *START* |
| implement :db-namespace protection | *START* |
| test :db-namespace protection | HOLD |
* Job Tech Taxonomy API
| Task | STATUS |
|------------------------------------------+---------|
| merge latest develop branch | DONE |
| introduce job tech project | START |
| integrate refs into jobtech-taxonomy-api | TODO |
| test refs | TODO |
| fix version creation bug | DONE |
| check problematic test performance | DONE |
| fix api tests | *START* |
* Datahike
- printer fix
- hashes fix
- release 0.3.2 candidate
- entity specs
- Datomic API compatibility overview done
- PRs cleaned up
* Datahike Server
- authentication
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment