mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
✨ First commit
This commit is contained in:
commit
fccee6e45a
18 changed files with 214 additions and 0 deletions
8
.idea/.gitignore
vendored
Normal file
8
.idea/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
6
.idea/discord.xml
Normal file
6
.idea/discord.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DiscordProjectSettings">
|
||||
<option name="show" value="PROJECT_FILES" />
|
||||
</component>
|
||||
</project>
|
71
.idea/inspectionProfiles/Project_Default.xml
Normal file
71
.idea/inspectionProfiles/Project_Default.xml
Normal file
|
@ -0,0 +1,71 @@
|
|||
<component name="InspectionProjectProfileManager">
|
||||
<profile version="1.0">
|
||||
<option name="myName" value="Project Default" />
|
||||
<inspection_tool class="InconsistentLineSeparators" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="JupyterPackageInspection" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="LessResolvedByNameOnly" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="LessUnresolvedMixin" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="LessUnresolvedVariable" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="LongLine" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PoetryPackageVersion" enabled="true" level="SERVER PROBLEM" enabled_by_default="true" />
|
||||
<inspection_tool class="ProblematicWhitespace" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyAbstractClassInspection" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="PyAttributeOutsideInitInspection" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyAugmentAssignmentInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyBroadExceptionInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="PyDictDuplicateKeysInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyDocstringTypesInspection" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyDunderSlotsInspection" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="PyFinalInspection" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="PyFromFutureImportInspection" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="PyGlobalUndefinedInspection" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyInconsistentIndentationInspection" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="PyInterpreterInspection" enabled="true" level="SERVER PROBLEM" enabled_by_default="true" />
|
||||
<inspection_tool class="PyMandatoryEncodingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyMethodMayBeStaticInspection" enabled="false" level="WEAK WARNING" enabled_by_default="false" />
|
||||
<inspection_tool class="PyMissingTypeHintsInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyNestedDecoratorsInspection" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyNoneFunctionAssignmentInspection" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyPackageRequirementsInspection" enabled="false" level="ERROR" enabled_by_default="false">
|
||||
<option name="ignoredPackages">
|
||||
<value>
|
||||
<list size="0" />
|
||||
</value>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
|
||||
<option name="ignoredErrors">
|
||||
<list>
|
||||
<option value="N806" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="PyRelativeImportInspection" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyReturnFromInitInspection" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="PySetFunctionToLiteralInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyStringFormatInspection" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="PyTrailingSemicolonInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyUnnecessaryBackslashInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
|
||||
<option name="ignoredIdentifiers">
|
||||
<list>
|
||||
<option value="pydantic.main.BaseModel.__root__" />
|
||||
<option value="telethon.client.telegramclient.TelegramClient.__await__" />
|
||||
</list>
|
||||
</option>
|
||||
</inspection_tool>
|
||||
<inspection_tool class="RegExpAnonymousGroup" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="RegExpEscapedMetaCharacter" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="RegExpOctalEscape" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="RegExpRedundantEscape" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="RegExpRedundantNestedCharacterClass" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="RegExpRepeatedSpace" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="RegExpUnexpectedAnchor" enabled="true" level="ERROR" enabled_by_default="true" />
|
||||
<inspection_tool class="ShellCheck" enabled="true" level="WARNING" enabled_by_default="true" />
|
||||
<inspection_tool class="SpellCheckingInspection" enabled="false" level="TYPO" enabled_by_default="false">
|
||||
<option name="processCode" value="true" />
|
||||
<option name="processLiterals" value="true" />
|
||||
<option name="processComments" value="true" />
|
||||
</inspection_tool>
|
||||
</profile>
|
||||
</component>
|
9
.idea/misc.xml
Normal file
9
.idea/misc.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ClojureProjectResolveSettings">
|
||||
<currentScheme>IDE</currentScheme>
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_15">
|
||||
<output url="file://$PROJECT_DIR$/out" />
|
||||
</component>
|
||||
</project>
|
10
.idea/modules.xml
Normal file
10
.idea/modules.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/code/backend/backend.iml" filepath="$PROJECT_DIR$/code/backend/backend.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/code/frontend/frontend.iml" filepath="$PROJECT_DIR$/code/frontend/frontend.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/progetto.iml" filepath="$PROJECT_DIR$/.idea/progetto.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
11
.idea/progetto.iml
Normal file
11
.idea/progetto.iml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="JAVA_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/code-backend" isTestSource="false" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
31
README.md
Normal file
31
README.md
Normal file
|
@ -0,0 +1,31 @@
|
|||
# N.E.S.T.
|
||||
|
||||
> **N**oi **E**straiamo **S**tatistiche **T**weet
|
||||
|
||||
Un raccoglitore e analizzatore di statistiche dei Tweet
|
||||
|
||||
## Gruppo 2
|
||||
|
||||
### Membri
|
||||
|
||||
- Stefano Goldoni (152581)
|
||||
- Product Owner
|
||||
- Tester
|
||||
- Flavia Cocca (...)
|
||||
- Scrum Master
|
||||
- UI Designer
|
||||
- Giorgio Minoccari (134293)
|
||||
- Analyst
|
||||
- Developer
|
||||
- Lorenzo Balugani (...)
|
||||
- Database Architect
|
||||
- Developer
|
||||
- Stefano Pigozzi (128570)
|
||||
- Sysadmin
|
||||
- Developer
|
||||
- Chiara Calzolari (130565)
|
||||
- UI Designer
|
||||
- Developer
|
||||
- Giovanni Anniballi (...)
|
||||
- Tester
|
||||
- Developer
|
3
code/README.md
Normal file
3
code/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Codice
|
||||
|
||||
> Codice del progetto (**potenzialmente vuoto**); idealmente il progetto dell’IDE.
|
12
code/backend/backend.iml
Normal file
12
code/backend/backend.iml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/nest_backend" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/nest_backend/test" isTestSource="true" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
12
code/frontend/frontend.iml
Normal file
12
code/frontend/frontend.iml
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
||||
<exclude-output />
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/nest-frontend" isTestSource="false" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
4
database/README.md
Normal file
4
database/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Database
|
||||
|
||||
> Dump del/dei database (se previsto)
|
||||
|
14
doc/README.md
Normal file
14
doc/README.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Documentazione
|
||||
|
||||
> Documentazione del progetto: schemi. mockup, UML, CRC, ... metodo di sviluppo - Che metodologia di sviluppo il gruppo
|
||||
> intende adottare (Waterfall, iterativa, Scrum, Kanban, ibrida), ruoli e schedule interni, e quali strumenti software
|
||||
> s’intende usare per la gestione.
|
||||
|
||||
## Software utilizzati
|
||||
|
||||
- [**GitLab**](https://gitlab.steffo.eu/) (self-hosted)
|
||||
- [**Taiga**](https://taiga.steffo.eu/) (self-hosted)
|
||||
- [Figma](https://figma.com) (cloud)
|
||||
- [Diagrams.net](https://diagrams.net) (cloud)
|
||||
- [IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/download/) (locale)
|
||||
|
8
doc/log/README.md
Normal file
8
doc/log/README.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Registro delle attività
|
||||
|
||||
> Annotare qui tutte le attività relative al progetto, incluso riunioni interne al gruppo.
|
||||
> Indicare il tempo effettivo (granularità minima: settimana; granularità massima: ora)
|
||||
|
||||
## Attività svolte
|
||||
|
||||
<!-- TODO -->
|
4
doc/presentation/README.md
Normal file
4
doc/presentation/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Presentazione
|
||||
|
||||
> Presentazioni (ppt. o simile). Par la consegna finale occorrerà il conteggio personale
|
||||
|
3
test/README.md
Normal file
3
test/README.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Test
|
||||
|
||||
> Codice di test di unità (TDD, TL), descrizione test di integrazione e accettazione se non integrati nell’IDE
|
1
test/backend
Symbolic link
1
test/backend
Symbolic link
|
@ -0,0 +1 @@
|
|||
../code/backend/nest_backend/test
|
1
test/frontend
Symbolic link
1
test/frontend
Symbolic link
|
@ -0,0 +1 @@
|
|||
../code/frontend/test
|
Loading…
Reference in a new issue