navigator

Engineer's thesis repo with Navigator app as an example of CI/CD pipeline usage

https://github.com/ikarmus2001/navigator

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 (1.8%) to scientific vocabulary

Keywords

cicd maui
Last synced: 6 months ago · JSON representation ·

Repository

Engineer's thesis repo with Navigator app as an example of CI/CD pipeline usage

Basic Info
  • Host: GitHub
  • Owner: ikarmus2001
  • Language: C#
  • Default Branch: main
  • Homepage:
  • Size: 2.08 MB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 5
Topics
cicd maui
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme Citation

README.md

Navigator

Aplikacja pozwalająca na tworzenie oraz przeglądanie planów budynków, z podziałem na piętra i pomieszczenia. Do wygenerowania widoku w WebView skorzystałem z biblioteki Leaflet, a parse'owanie stworzyłem w głównej mierze poprzez reverse-engineering strony Floorplans.

Instalacja

Z zakładki Releases wybieramy interesującą nas wersję, a następnie pobieramy jej pliki dla jednej z platform:

Windows

Po wypakowaniu paczki znajdziemy w niej pliki o strukturze: . └── SMCEBI_Navigator_wersja/ ├── Add-AppDevPackage.resources ├── Dependencies ├── Add-AppDevPackage.ps1 ├── Install.ps1 ├── SMCEBI_Navigator_1.0.2.0_x64.cer └── SMCEBI_Navigator_1.0.2.0_x64.msix Za pierwszym razem należy zainstalować certyfikat, aby Windows pozwolił nam na instalację aplikacji. Możemy to zrobić ręcznie, czyli instalując certyfikat .cer, a następnie korzystając z pliku .MSIX zainstalować aplikację, ale możemy alternatywnie w tym celu uruchomić Install.ps1 (możliwe że będzie trzeba podać uprawnienia administratora).

Android

Po rozpakowaniu paczki instalujemy plik .apk, potwierdzamy ewentualną zgodę o instalacji programów spoza Google Play.

Owner

  • Name: Kacper Hałaczkiewicz
  • Login: ikarmus2001
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: SMCEBI Navigator
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Kacper
    family-names: Hałaczkiewicz
    email: kahalaczkiewicz@wp.pl
abstract: |
  .NET MAUI application for navigating over SMCEBI building.
keywords:
  - .NET MAUI
  - C#
  - Pathfinding
date-released: '2023-06-12'

GitHub Events

Total
Last Year

Dependencies

LeafletAPI/LeafletAPI.csproj nuget
  • Microsoft.Maui.Controls $(MauiVersion)
MapBuilder_API_Base/MapBuilder_API_Base.csproj nuget
  • Microsoft.Maui.Controls $(MauiVersion)
NavigatorTests/NavigatorTests.csproj nuget
  • FluentAssertions 6.12.0
  • Microsoft.NET.Test.Sdk 17.8.0
  • coverlet.collector 6.0.0
  • xunit 2.6.2
  • xunit.runner.visualstudio 2.5.4
SMCEBI_Navigator/SMCEBI_Navigator.csproj nuget
  • CommunityToolkit.Maui 6.1.0
  • CommunityToolkit.Mvvm 8.2.2
  • Microsoft.Extensions.Logging.Debug 8.0.*
  • Microsoft.Maui.Controls $(MauiVersion)