<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sunfish.git/opendc-web/opendc-web-ui/src/components/app/map, branch master</title>
<subtitle>The OpenDC BSc thesis repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/'/>
<entry>
<title>refactor(ui): Restructure components per page</title>
<updated>2021-07-19T14:03:11+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-07-19T13:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=5e5ab63b280eb446db4090733cd3ad2e97d02018'/>
<id>5e5ab63b280eb446db4090733cd3ad2e97d02018</id>
<content type='text'>
This change updates the source structure of the OpenDC frontend to
follow the page structure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the source structure of the OpenDC frontend to
follow the page structure.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor(ui): Isolate world coordinate space</title>
<updated>2021-07-16T15:37:01+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-07-16T15:37:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=f2aeecccc096728d3df955b71e711c8d9c429427'/>
<id>f2aeecccc096728d3df955b71e711c8d9c429427</id>
<content type='text'>
This change updates the topology view in the OpenDC frontend to isolate
the world coordinate space. This means that zooming and panning should
not affect the coordinates in world space (but only in camera space). In
turn, this allows us to remove the dependency on Redux for the camera
controls.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the topology view in the OpenDC frontend to isolate
the world coordinate space. This means that zooming and panning should
not affect the coordinates in world space (but only in camera space). In
turn, this allows us to remove the dependency on Redux for the camera
controls.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ui): Support panning of the datacenter topology</title>
<updated>2021-07-16T12:20:34+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-07-16T12:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=e5caf6c6122684e441d1d73e2e0507fdd36c67e0'/>
<id>e5caf6c6122684e441d1d73e2e0507fdd36c67e0</id>
<content type='text'>
This change enables support for panning the visualized datacenter
topology by using the mouse or holding shortcuts. Previously, this could
only be done through repeated key presses.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change enables support for panning the visualized datacenter
topology by using the mouse or holding shortcuts. Previously, this could
only be done through repeated key presses.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ui): Migrate to PatternFly 4 design framework</title>
<updated>2021-07-15T13:55:56+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-07-14T20:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=803e13b32cf0ff8b496649fb0a4d6e32400e98a4'/>
<id>803e13b32cf0ff8b496649fb0a4d6e32400e98a4</id>
<content type='text'>
This change is a rewrite of the existing OpenDC frontend in order to
migrate to the PatternFly 4 design framework.

PatternFly is used by Red Hat for various computing related services such
as OpenShift, Red Hat Virtualization and Cockpit. Since their design
requirements are very similar to those of OpenDC (modeling computing
services), migrating to PatternFly 4 allows us to re-use design choices
from these services.

See https://www.patternfly.org/v4/ for more information about
PatternFly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change is a rewrite of the existing OpenDC frontend in order to
migrate to the PatternFly 4 design framework.

PatternFly is used by Red Hat for various computing related services such
as OpenShift, Red Hat Virtualization and Cockpit. Since their design
requirements are very similar to those of OpenDC (modeling computing
services), migrating to PatternFly 4 allows us to re-use design choices
from these services.

See https://www.patternfly.org/v4/ for more information about
PatternFly.
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: Simplify normalization of topology</title>
<updated>2021-07-08T11:20:27+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-07-08T11:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=29196842447d841d2e21462adcfc8c2ed1d851ad'/>
<id>29196842447d841d2e21462adcfc8c2ed1d851ad</id>
<content type='text'>
This change updates the OpenDC frontend to use the normalizr library for
normalizing the user topology.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the OpenDC frontend to use the normalizr library for
normalizing the user topology.
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: Use React Query defaults to reduce duplication</title>
<updated>2021-07-08T08:53:23+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-07-07T18:13:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=02a2f0f89cb1f39a5f8856bca1971a4e1b12374f'/>
<id>02a2f0f89cb1f39a5f8856bca1971a4e1b12374f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: Split App container into separate components</title>
<updated>2021-07-07T09:46:57+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-07-07T09:46:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=1ce8bf170cda2afab334cd330325cd4fbb97dab4'/>
<id>1ce8bf170cda2afab334cd330325cd4fbb97dab4</id>
<content type='text'>
This change splits the App container into separate pages, as a starting
point for removing much of the unnecessary state from Redux.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change splits the App container into separate pages, as a starting
point for removing much of the unnecessary state from Redux.
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: Fix linting errors</title>
<updated>2021-07-05T19:27:38+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-07-05T13:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=0e52785dfc5e99f48718530976083cfbd1507651'/>
<id>0e52785dfc5e99f48718530976083cfbd1507651</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: Migrate to FontAwesome 5 React library</title>
<updated>2021-05-18T13:46:43+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-05-17T10:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=53623fad76274e39206b8e073e371775ea96946b'/>
<id>53623fad76274e39206b8e073e371775ea96946b</id>
<content type='text'>
This change updates the frontend to use the FontAwesome 5 React library
that renders SVG icons as opposed to CSS icon fonts. This migration
resolves a couple of issues we had with server-side rendering of the
previous FontAwesome icons.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the frontend to use the FontAwesome 5 React library
that renders SVG icons as opposed to CSS icon fonts. This migration
resolves a couple of issues we had with server-side rendering of the
previous FontAwesome icons.
</pre>
</div>
</content>
</entry>
<entry>
<title>ui: Restructure OpenDC frontend</title>
<updated>2021-05-17T15:06:50+00:00</updated>
<author>
<name>Fabian Mastenbroek</name>
<email>mail.fabianm@gmail.com</email>
</author>
<published>2021-05-16T15:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.denounce.ai/sunfish.git/commit/?id=d9e65dceb38cdb8dc4e464d388755f9456620566'/>
<id>d9e65dceb38cdb8dc4e464d388755f9456620566</id>
<content type='text'>
This change updates the structure of the OpenDC frontend in order to
improve the maintainability of the frontend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change updates the structure of the OpenDC frontend in order to
improve the maintainability of the frontend.
</pre>
</div>
</content>
</entry>
</feed>
