- Kiruna-Explorer
- Getting Started
- Technical Debt Management
- Features
- UI Application screenshots-first release
- Diagrams
- Retrospectives
Kiruna Explorer is a web application designed to help urban planners, residents, and visitors explore, analyze, and understand documents related to urban planning and geographical information in the Kiruna region. The application offers tools to visualize, link, and interact with various documents on both maps and diagrams, supporting a deeper study of their relationships, geolocation, and impact over time.
Make sure you have the following installed on your machine:
- Node.js (version 14 or higher)
If you are using docker environment, please make sure that you have the following installed, also:
- Clone the repository:
git clone https://github.com/SE2-Team-3/polito-se2-24-03-kiruna-explorer.git cd polito-se2-24-03-kiruna-explorer
- Run the client-side server:
cd code/client/ npm run dev
- Run the server-side server:
cd code/server/ npm start
- Clone the repository:
git clone https://github.com/SE2-Team-3/polito-se2-24-03-kiruna-explorer.git cd polito-se2-24-03-kiruna-explorer
- Run the container:
Happy coding!
docker-compose up --build
- Start the sprint with general tasks, mostly related to fixes from the previous sprint, to ensure system persistence and avoid possible bugs.
- Assign the fixes to the developers who were in charge of them in the previous sprint to increase team performance and prevent maintainability issues.
- Split the mockup tasks into multiple parts based on defined User Stories to be available for target User Stories and avoid any blockers for the development team.
- Dedicate styling meetings to avoid possible bugs in the UI/UX for each User Story.
- Create a Pull Request after developing any feature/documentation in the project for any user story to analyze the changes precisely and provide feedback within the team.
- Apply possible technical debts that analyzed automatically by SonarQube into created PR including Code smell, Bug, Vulnerability and security hotspot based on the severity level.
- Perform code reviews for any user story to find possible bugs, maintainability and security issues, or apply any necessary refactoring, and report them to be fixed before merging.
- Perform E2E testing after code review for each user story to find essential bugs and issues in the system and report them to be fixed in a dedicated PR.
- Discover common features between User Stories to make technical decisions that allow multiple team members to work in parallel on different User Stories without blocking each other, thereby increasing the overall performance of the team.
- Overal, after developing a feature by developer(s), we'll manage the TD both manually and automatically. Firstly, developer will analyze and fix the discovered issues by SonarQube e.g. maintainability, reliability, security order by severity as much as feasible. Secondly, another developer as code reviewer will review the code to discover code smell, bug, vulnerability or security issues. then developer will apply the fixes. Lastly, E2E testing engineer will try to analyze the system again and discover any possible bugs and reliability and maintainability issues and report it. Then the developer again create a pull request and apply the possible fixes. Then the code will be reviewed to reduce the issues as much as possible and avoid any maintainability and reliability and security issues. Generally, we dedicate mostly 20% of the estimations in each user story to technical debt.
- Urban planners can add standardized document descriptions with predefined fields.
- Users can link documents to each other, establishing relationships defined by different link types, as outlined in the documentation.
- Documents can be georeferenced on a map, either during insertion or adjusted later, using coordinates or referencing the municipal area.
- Urban planners can upload additional resources or attachments to documents, such as maps, text documents, photos, and videos, to provide comprehensive context.
- Urban planners, residents, and visitors can visualize documents on the map, allowing for an overview of their spatial relationships to areas of interest.
- Urban planners can define or refine the exact geolocation of documents to ensure accuracy in spatial representation.
- Users can click on documents displayed on the map to access further details and the document itself.
- Users can filter the displayed documents based on project-defined filter types to focus on relevant data.
- Users can visualize documents on a timeline, studying their temporal relationships and evolution over time.
- Urban planners can refine the layout and connections of documents on the diagram to improve readability and reflect updated relationships.
- Users can click on diagram entries to access documents, promoting easy exploration.
- The diagram can be filtered by document type, helping users focus on specific information.
- Selecting a document on the map automatically highlights it in the diagram.
- Users can select a document in the diagram, which will show its position on the map, facilitating seamless navigation between views.
Kiruna Explorer is licensed under the GNU GPL v3.0 License. Under this license, you are free to use, modify, and distribute this software, provided any derivative works are also licensed under the GPL.