Giter Club home page Giter Club logo

atlasvg's Introduction

AtlasVG

Build Status codecov

Requirements

  • php >= 7.2
  • php-zip
  • php-xml
  • php-mbstring
  • php-sqlite3

Installation

First clone the repo:

git clone [email protected]:othercodes/atlasvg.git

Now run composer to install all dependencies:

composer install

Once composer finish check the presence of .env and database/database.sqlite files.

Run the following files if anyone is missing:

composer run-script post-install-cmd

Now is time to deploy the database:

php artisan migrate

To install the demo data run:

php artisan db:seed

To install database schema and install demo data in a single command use:

php artisan migrate:refresh --seed

To configure integration with Azure:

atlasvg's People

Contributors

dependabot[bot] avatar othercodes avatar xiormeesh avatar

Stargazers

 avatar  avatar

Watchers

 avatar

atlasvg's Issues

(mass) modifying mapping from UI

  • generate edit screen after choosing building -> level and pulling spaces list from that level's svg
  • textbox or dropdown to provide user's email address
  • validate on submit that user <-> space relationship is singular across the whole building

https support

  • test ssl configuration
  • update readme with instructions for creating self-signed certificates + update callback URL

Use o365 as a datasource for pulling user details

  • use email address as key to map output of /me/people in Graph API filtering by specific location specified in config files
  • in case of intersect, store the data in db (avoid duplicates, use email address as key)

meeting rooms: get info

/beta has rooms discovery:

https://docs.microsoft.com/en-us/graph/api/user-findroomlists?view=graph-rest-beta
https://docs.microsoft.com/en-us/graph/api/user-findrooms?view=graph-rest-beta

Which allows to find all meeting rooms in a location (aka roomlist) + pull additional information about it

  1. get all lists: beta/me/findRoomLists
  2. find office location you are interested in
  3. get all rooms for that location: beta/me/findRooms(RoomList='LIST_EMAIL')
  4. find info about specific room:
    beta/users/ROOM_EMAIL

Note: capacity and advanced properties are not available without admin acccess

Make framework easy to use by other teams

  • move out all default svgs out of framework/default configuration
  • document requirements for svgs to work with the framework
  • move out all mappings from default configuration
  • document input format for mappings
  • output format needs to be agreed between data module and storage module

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.