generated from maximegris/angular-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor refactor in MachineService, ElectronService, PixiTHUMDER_CycleC…
…lockDiagram and PixiTHUMDER_Pipeline. Clear file-system-storage.service and file-system.service with new @angular/fire/firestore. Default name from components app-component to THUMDER-component. THUMDER-monaco-editor with modular @input.
- Loading branch information
Showing
46 changed files
with
469 additions
and
351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
@startgantt | ||
!include ./0.0.Config.puml!Config | ||
|
||
Project starts the 1st of November 2021 | ||
|
||
-- Planteamiento del proyecto -- | ||
|
||
-- Desarrollo de los prototipos -- | ||
|
||
-- Análisis y Diseño-- | ||
|
||
-- Implementación -- | ||
|
||
-- Pruebas -- | ||
|
||
-- Entregas -- | ||
|
||
-- Reuniones -- | ||
' | ||
'Project starts the 1st of September 2021 | ||
' | ||
'-- Planteamiento del proyecto -- | ||
' | ||
'[Test] lasts 2 days | ||
|
||
@endgantt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
@startuml | ||
'https://plantuml.com/class-diagram | ||
!theme plain | ||
'skinparam linetype ortho | ||
'skinparam linetype polyline | ||
'left to right direction | ||
|
||
package Shared { | ||
|
||
[Guard]-down-Auth | ||
[Guard]-down-NoAuth | ||
|
||
[components]-down-PageNotFound | ||
|
||
[Directives]-down-AsyncAwait | ||
|
||
[Pipes]-down-Filter | ||
[Pipes]-down-Numbers | ||
[Pipes]-down-Objects | ||
} | ||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
#!/bin/bash | ||
echo 'Running Script' | ||
|
||
PATH_UML_INPUT="/Users/nonodev96/WebstormProjects/THUMDER/UML/0.Project/" | ||
PATH_UML_OUTPUT="/Users/nonodev96/PNG/" | ||
|
||
FILES=" | ||
0.0.Gantt-2021-08 | ||
0.0.Gantt-2021-09 | ||
0.0.Gantt-2021-10 | ||
0.0.Gantt-2021-11 | ||
0.0.Gantt-2021-12 | ||
0.0.Gantt-2022-01 | ||
0.0.Gantt-2022-02 | ||
0.0.Gantt-2022-03 | ||
0.0.Gantt-2022-04 | ||
" | ||
for filename in $FILES ; do | ||
echo $filename | ||
# Generamos un png a partir del uml | ||
java -jar /Users/nonodev96/Applications/plantuml/plantuml.jar "${PATH_UML_INPUT}${filename}.puml" -png -o "${PATH_UML_OUTPUT}" | ||
# Generamos un pdf optimizado mediante el svg anterior | ||
# inkscape --export-filename="${PATH_UML_OUTPUT}${filename}.pdf" "${PATH_UML_INPUT}${filename}.svg" &> /dev/null | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.