]> git.parisson.com Git - slides.git/commitdiff
put keyworks in bold on server design
authorAntoine Grandry <antoine.grandry@ircam.fr>
Tue, 13 Oct 2020 18:26:29 +0000 (20:26 +0200)
committerAntoine Grandry <antoine.grandry@ircam.fr>
Tue, 13 Oct 2020 18:26:29 +0000 (20:26 +0200)
src/slides/timeside-2020.md

index 32fc57c6ae0dc26828301fbd114b4201d3882021..f14068b70ee360235b324ccdc195107b05800bdb 100644 (file)
@@ -430,10 +430,10 @@ class: ircam, tight
 
 ### Server design
 - Based on Django REST Framework (DRF)
-- Interoperability between other servers or frontends and TimeSide instance and its data
-- Object-relational database in order to store music tracks and processing results
-- Models: essential fields and behaviors of stored data
-- queue-worker architecture enables to run tasks asynchronously
+- **Interoperability** between other servers or frontends and TimeSide instance and its data
+- Object-relational **database** in order to store music tracks and processing results
+- **Models**: define essential fields and behaviors of stored data
+- **queue-worker architecture** enables to run tasks asynchronously
 
 ]