teamstructor-docs

University undergraduate final thesis paper that accompanies practical work - web application Teamstructor.

https://github.com/anamarijapapic/teamstructor-docs

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.4%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

University undergraduate final thesis paper that accompanies practical work - web application Teamstructor.

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme Citation

README.md

Teamstructor Docs

Teamstructor - Developing a Teamwork Platform

Thesis paper that accompanies practical work - web application Teamstructor.

University undergraduate final thesis:
SRC146 - Final Thesis
University of Split - University Department of Professional Studies

To browse application source code visit Teamstructor GitHub repository.

Teamstructor

Owner

  • Name: Anamarija Papić
  • Login: anamarijapapic
  • Kind: user
  • Location: Split, Croatia
  • Company: @Agilo

Citation (citations.bib)

@misc{laravelGitHub,
	howpublished = {\url{https://github.com/laravel/laravel}},
	note = {posjećeno 12.6.2023.},
}
@misc{laravel,
	author = "{Laravel LLC}",
	title = {{Laravel - The PHP Framework For Web Artisans}},
	howpublished = {\url{https://laravel.com/}},
	note = {posjećeno 12.6.2023.},
}
@misc{artisanConsole,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Artisan Console}},
	howpublished = {\url{https://laravel.com/docs/10.x/artisan}},
	note = {posjećeno 12.6.2023.},
}
@misc{releaseNotes,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Release Notes}},
	howpublished = {\url{https://laravel.com/docs/10.x/releases}},
	note = {posjećeno 12.6.2023.},
}
@misc{dockerCompose,
	author = "{Docker Inc.}",
	title = {{Docker Docs - Try Docker Compose}},
	howpublished = {\url{https://docs.docker.com/compose/gettingstarted/}},
	note = {posjećeno 14.6.2023.},
}
@misc{dockerVolumes,
	author = "{Docker Inc.}",
	title = {{Docker Docs - Volumes}},
	howpublished = {\url{https://docs.docker.com/storage/volumes/}},
	note = {posjećeno 14.6.2023.},
}
@misc{nginxDeployment,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Deployment}},
	howpublished = {\url{https://laravel.com/docs/10.x/deployment}},
	note = {posjećeno 14.6.2023.},
}
@misc{nginxServer,
	author = "{NGINX - Part of F5, Inc.}",
	title = {{NGINX Docs - Configuring NGINX and NGINX Plus as a Web Server}},
	howpublished = {\url{https://docs.nginx.com/nginx/admin-guide/web-server/web-server/}},
	note = {posjećeno 14.6.2023.},
}
@book{Brekalo,
	author = "Sanja Brekalo",
	title = "{{Uvod u PHP programiranje}}",
	publisher = "Međimursko veleučilište u Čakovcu",
	year = "2018.",
	note = {\url{https://www.mev.hr/wp-content/uploads/2019/01/Uvod_u_PHP_programiranje.pdf}, posjećeno 14.6.2023.}
}
@misc{phpGitHub,
	howpublished = {\url{https://github.com/php/php-src}},
	note = {posjećeno 14.6.2023.},
}
@misc{phpVersions,
	author = "{The PHP Group}",
	title = {{php.net - Supported Versions}},
	howpublished = {\url{https://www.php.net/supported-versions.php}},
	note = {posjećeno 14.6.2023.},
}
@misc{npm,
	author = "{npm, Inc.}",
	title = {{npm Docs - About npm}},
	howpublished = {\url{https://docs.npmjs.com/about-npm}},
	note = {posjećeno 14.6.2023.},
}
@misc{composerIntro,
	author = "{Composer}",
	title = {{Composer Documentation - Getting Started}},
	howpublished = {\url{https://getcomposer.org/doc/00-intro.md}},
	note = {posjećeno 14.6.2023.},
}
@misc{composerUsage,
	author = "{Composer}",
	title = {{Composer Documentation - Basic Usage}},
	howpublished = {\url{https://getcomposer.org/doc/01-basic-usage.md}},
	note = {posjećeno 14.6.2023.},
}
@misc{starterKits,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Starter Kits}},
	howpublished = {\url{https://laravel.com/docs/10.x/starter-kits}},
	note = {posjećeno 16.6.2023.},
}
@misc{jetstreamIntro,
	title = {{Laravel Jetstream - Introduction}},
	howpublished = {\url{https://jetstream.laravel.com/3.x/introduction.html}},
	note = {posjećeno 16.6.2023.},
}
@misc{jetstreamInstallation,
	title = {{Laravel Jetstream - Installation}},
	howpublished = {\url{https://jetstream.laravel.com/3.x/installation.html}},
	note = {posjećeno 16.6.2023.},
}
@misc{jetstreamLivewire,
	title = {{Laravel Jetstream - Livewire}},
	howpublished = {\url{https://jetstream.laravel.com/3.x/stacks/livewire.html}},
	note = {posjećeno 16.6.2023.},
}
@misc{configuration,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Configuration}},
	howpublished = {\url{https://laravel.com/docs/10.x/configuration}},
	note = {posjećeno 16.6.2023.},
}
@misc{structure,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Directory Structure}},
	howpublished = {\url{https://laravel.com/docs/10.x/structure}},
	note = {posjećeno 16.6.2023.},
}
@misc{jetstreamActions,
	title = {{Laravel Jetstream - Concept Overview: Actions}},
	howpublished = {\url{https://jetstream.laravel.com/2.x/concept-overview.html#actions}},
	note = {posjećeno 16.6.2023.},
}
@misc{jetstreamLayouts,
	title = {{Laravel Jetstream - Concept Overview: Layouts}},
	howpublished = {\url{https://jetstream.laravel.com/2.x/concept-overview.html#layouts}},
	note = {posjećeno 16.6.2023.},
}
@misc{migrations,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Database: Migrations}},
	howpublished = {\url{https://laravel.com/docs/10.x/migrations}},
	note = {posjećeno 18.6.2023.},
}
@misc{seeding,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Database: Seeding}},
	howpublished = {\url{https://laravel.com/docs/10.x/seeding}},
	note = {posjećeno 19.6.2023.},
}
@misc{eloquent,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Eloquent: Getting Started}},
	howpublished = {\url{https://laravel.com/docs/10.x/eloquent}},
	note = {posjećeno 19.6.2023.},
}
@misc{factories,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Eloquent: Factories}},
	howpublished = {\url{https://laravel.com/docs/10.x/eloquent-factories}},
	note = {posjećeno 20.6.2023.},
}
@misc{fakerGitHub,
	howpublished = {\url{https://github.com/FakerPHP/Faker}},
	note = {posjećeno 20.6.2023.},
}
@misc{relationships,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Eloquent: Relationships}},
	howpublished = {\url{https://laravel.com/docs/10.x/eloquent-relationships}},
	note = {posjećeno 21.6.2023.},
}
@misc{eloquentCollections,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Eloquent: Collections}},
	howpublished = {\url{https://laravel.com/docs/10.x/eloquent-collections}},
	note = {posjećeno 21.6.2023.},
}
@misc{collections,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Collections}},
	howpublished = {\url{https://laravel.com/docs/10.x/collections}},
	note = {posjećeno 21.6.2023.},
}
@misc{routing,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Routing}},
	howpublished = {\url{https://laravel.com/docs/10.x/routing}},
	note = {posjećeno 26.6.2023.},
}
@misc{middleware,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Middleware}},
	howpublished = {\url{https://laravel.com/docs/10.x/middleware}},
	note = {posjećeno 26.6.2023.},
}
@misc{authentication,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Authentication}},
	howpublished = {\url{https://laravel.com/docs/10.x/authentication}},
	note = {posjećeno 27.6.2023.},
}
@misc{authorization,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Authorization}},
	howpublished = {\url{https://laravel.com/docs/10.x/authorization}},
	note = {posjećeno 27.6.2023.},
}
@misc{livewireGitHub,
	howpublished = {\url{https://github.com/livewire/livewire}},
	note = {posjećeno 27.6.2023.},
}
@misc{livewire,
	author = "{Livewire}",
	title = {{Laravel Livewire}},
	howpublished = {\url{https://laravel-livewire.com/}},
	note = {posjećeno 27.6.2023.},
}
@misc{livewireValidation,
	author = "{Livewire}",
	title = {{Laravel Livewire - Validation}},
	howpublished = {\url{https://laravel-livewire.com/docs/2.x/input-validation}},
	note = {posjećeno 27.6.2023.},
}
@misc{livewireAuthorization,
	author = "{Livewire}",
	title = {{Laravel Livewire - Authorization}},
	howpublished = {\url{https://laravel-livewire.com/docs/2.x/authorization}},
	note = {posjećeno 27.6.2023.},
}
@misc{livewirePagination,
	author = "{Livewire}",
	title = {{Laravel Livewire - Pagination}},
	howpublished = {\url{https://laravel-livewire.com/docs/2.x/pagination}},
	note = {posjećeno 27.6.2023.},
}
@misc{livewireActions,
	author = "{Livewire}",
	title = {{Laravel Livewire - Actions}},
	howpublished = {\url{https://laravel-livewire.com/docs/2.x/actions}},
	note = {posjećeno 27.6.2023.},
}
@misc{livewireEvents,
	author = "{Livewire}",
	title = {{Laravel Livewire - Events}},
	howpublished = {\url{https://laravel-livewire.com/docs/2.x/events}},
	note = {posjećeno 27.6.2023.},
}
@misc{fileStorage,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - File Storage}},
	howpublished = {\url{https://laravel.com/docs/10.x/filesystem}},
	note = {posjećeno 28.6.2023.},
}
@misc{flysystemGitHub,
	howpublished = {\url{https://github.com/thephpleague/flysystem}},
	note = {posjećeno 28.6.2023.},
}
@misc{minio,
	author = "{MinIO, Inc.}",
	title = {{MinIO - High Performance Object Storage for AI}},
	howpublished = {\url{https://min.io/}},
	note = {posjećeno 28.6.2023.},
}
@misc{minioContainer,
	author = "{MinIO, Inc.}",
	title = {{MinIO Documentation - MinIO Object Storage for Container}},
	howpublished = {\url{https://min.io/docs/minio/container/index.html}},
	note = {posjećeno 28.6.2023.},
}
@misc{mediaLibrary,
	author = "{Spatie}",
	title = {{Docs - Laravel-medialibrary - Introduction}},
	howpublished = {\url{https://spatie.be/docs/laravel-medialibrary/v10/introduction}},
	note = {posjećeno 28.6.2023.},
}
@misc{localization,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Localization}},
	howpublished = {\url{https://laravel.com/docs/10.x/localization}},
	note = {posjećeno 28.6.2023.},
}
@misc{laravelDebugbarGitHub,
	howpublished = {\url{https://github.com/barryvdh/laravel-debugbar}},
	note = {posjećeno 28.6.2023.},
}
@misc{telescope,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Laravel Telescope}},
	howpublished = {\url{https://laravel.com/docs/10.x/telescope}},
	note = {posjećeno 28.6.2023.},
}
@misc{pint,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Laravel Pint}},
	howpublished = {\url{https://laravel.com/docs/10.x/pint}},
	note = {posjećeno 28.6.2023.},
}
@misc{mailhogGitHub,
	howpublished = {\url{https://github.com/mailhog/MailHog}},
	note = {posjećeno 28.6.2023.},
}
@misc{testing,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Testing: Getting Started}},
	howpublished = {\url{https://laravel.com/docs/10.x/testing}},
	note = {posjećeno 28.6.2023.},
}
@misc{pestInstallation,
	author = "{Pest}",
	title = {{Pest Docs - Installation}},
	howpublished = {\url{https://pestphp.com/docs/installation}},
	note = {posjećeno 28.6.2023.},
}
@misc{pestPlugins,
	author = "{Pest}",
	title = {{Pest Docs - Plugins}},
	howpublished = {\url{https://pestphp.com/docs/plugins}},
	note = {posjećeno 28.6.2023.},
}
@misc{contributions,
	author = "{Laravel LLC}",
	title = {{Laravel Documentation - Contribution Guide}},
	howpublished = {\url{https://laravel.com/docs/10.x/contributions}},
	note = {posjećeno 28.6.2023.},
}

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels