Giter Site home page Giter Site logo

klingon-repo's Introduction

Klingon-repo

Definition of Done: https://github.com/Morshok/Klingon-repo/blob/master/Organization/Definition_of_done.md
Social Contract: https://github.com/Morshok/Klingon-repo/blob/master/Organization/Social%20Contract.md

Information concerning our group reflections:

We began uploading our group reflections one week prior to when we should have. Therefore, the names of our files are in the format WeekX, where X is the week number. Thus week 3's group reflection would have the name Week4 according to our way of structuring it, just a thing to keep in mind. Also, if we've forgotten to turn in the group reflection for a specific week in canvas, it should be in our group reflections directory here in the repository, just a friendly reminder.

Team Reflection Directory: (link)

Software used:

Github, used both as a repository, and using the projects tab as a scrum board
IntelliJ
Brackets

Instruction for getting to individual reflections:

To get to our individual reflections, navigate to
Organization/Reflections/Individual Reflections.
When navigated over there, our individual reflections
are put in directories dedicated to each team member.

Main Directory: https://github.com/Morshok/Klingon-repo/tree/master/Organization/Reflections/Individual%20Reflections

Anthon: https://github.com/Morshok/Klingon-repo/tree/master/Organization/Reflections/Individual%20Reflections/Anthon
Erik: https://github.com/Morshok/Klingon-repo/tree/master/Organization/Reflections/Individual%20Reflections/Erik
Konrad: https://github.com/Morshok/Klingon-repo/tree/master/Organization/Reflections/Individual%20Reflections/Konrad
Mishael: https://github.com/Morshok/Klingon-repo/tree/master/Organization/Reflections/Individual%20Reflections/Mishael
Phong: https://github.com/Morshok/Klingon-repo/tree/master/Organization/Reflections/Individual%20Reflections/Phong

Breakdown of contributions

Please see the insights tab (link)

image

Installation/usage

Either download the jar file from release (link) or use the maven package command and then get the jar file from the ./Source/webserver/target directory.

The jar file can be run with the following command: java -Dfile.encoding=UTF-8 -jar webserver-0.0.1-SNAPSHOT.jar, the DFile flag is optional but might result in problems with swedish characters.

Once the application is finished starting, preferably wait a minute or two to let the server request the necessary data from the different api's and then navigate to localhost:8080 in your browser to see the webpage.

Technical documentation

Generate javadoc is available at (link)
Java files used to generate javadoc are available at: (link)

Parts of the javascript files found here are commented however these comments were not part of the social contract and therefore not mandatory.

External resources used:

Links to data include:

Other services worth mentioning include:

klingon-repo's People

Contributors

morshok avatar konradrej avatar erikkieu avatar applephong avatar mishaelse avatar

Watchers

 avatar  avatar

Forkers

konradrej

klingon-repo's Issues

quickfix-1

Remove code

window.leafletMap = L.map('map', { zoomControl: false}).setView([57.690072772287735, 11.974254546462964], 16);
L.tileLayer('https://api.maptiler.com/maps/streets/{z}/{x}/{y}.png?key=7Y1QmhU25CpvrabZ6trI', {
attribution: '<a href="https://www.maptiler.com/copyright/" target="_blank">&copy; MapTiler</a> <a href="https://www.openstreetmap.org/copyright" target="_blank">&copy; OpenStreetMap contributors</a>'
}).addTo(window.leafletMap);
L.control.zoom({
position:'bottomright'
}).addTo(window.leafletMap);
var marker = L.marker([57.690072772287735, 11.974254546462964]).addTo(window.leafletMap);
marker.bindPopup("<b>Chalmers Johanneberg</b><br>Campus").openPopup();

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.