UnMap Me Design Document

Unmap Me

Context

A major service or use case of the internet is to enable users to find things in the physical world that they are looking for. The biggest applications used for this right now are Google, Google Maps, Apple Maps, I will refer to these as mapped-based applications. These work great for finding a general assortment of establishments and locations and every location includes types of information that applies to all locations (description, phone number, website, open hours). What these applications do not do well is provide information specific to the different types of locations. For example, if the location is a clothing store, what is the price point? Do they provide clothes for men, women, children? Plus sizes?

As a conseqence these platforms are great for seeing where a location is and how ‘good’ a random demographic consider the location (0-5 star reviews). What they are not good at is providing useful information specific to the type of location that it is.

There are some applications for more niche location finding - HappyCow being a good example. HappyCow.net provides locations and details only for restaurants with vegan and vegetarian options. There are also small examples such as the ‘Store Locator’ features on company websites; Lowes Store Finder.

Problem Summary

There is an opportunity here, in between the Google Maps use case and the niche location finders. Google Maps has great UX, but not great niche location information. Other mapped based applications have great niche location information, but not good user experience and they are complicated and expensive to develop. There are other communities out there as well who need to document locations specific to their community but the only tool they have are creating a google map and putting points on it, which doesn’t solve the whole use case from an information and permissions standpoint.

To summarize:

Solution Summary

The proposed solution to these three problems is a map based application framework called UnMap.me. Through UnMap.me you can create a niche-specific map based application, define a specification for the information that needs to be saved for those locations, then start adding and viewing those locations inside of your niche.unmap.me application.

For example if I wanted to start a map based application for the best kebab places in the city, I could go to unmap.me and go through a series of steps to select the unmap name, define information for kebab places (name, open times, self baked wraps, felafel available), and create my own kebab.unmap.me. Then I could add locations to that application with the relevant information for others to see.

Use Cases

These use cases will be separated between different launch milestones. Any that do not yet fit into a planned milestone will go in the Beyond section. There are a few user types here that will be explained later in the Permissions section.

General:

Admin:

MVP

Beta

Beyond

Design Specifications

Data Model

In general, there are roughly three main types of data:

User

A user is a pretty basic, it has the following pieces of data:

There will be additional details, like password hashes and what not, that will likely be delegated to AWS Cognito.

UnMaps

An UnMap represents a collection of locations that all share some common elements. They will need the following data:

Location Data Model

A Location Data Model (LDM) is the definition of what attributes an UnMap captures for all locations defined within it. In essence, the LDM is a list of “Attributes”, where an attribute has the following fields:

Location

A Location belongs to an UnMap and will contain metadata about the location, in addition to a populated “Location Data Model”. The fields are as follows:

Permissions

Front End / Application

Technology

Designs

Backend / Service

FAQ

Appendix

This is where I will document and detail information that is less central to the design as a whole and more specific to individual parts. This way I can refer to categories in this section for details when they would be a distraction in earlier parts of the document.

UX for Map Based Applications

Part of the problem statement is that map based applications for niche applications often have a bad user experience. If this is true, and UnMap.me is meant to address this, we need to identify what ‘good’ and ‘bad’ UX in a map based application means exactly. While the MVP of this application cannot and should not have all of the features of something like Google Maps, it can be developed in a way that feels easy to use in mobile and in a browser from the start.

UX Problems with existing niche map based applications

User Experience Requirements