SlideShare una empresa de Scribd logo
1 de 21
Helsingin kaupungin
                         kehittäjätilaisuus

   CitySDK use cases and request
       for developer feedback

            Slide set for discussion before Helsinki 10.5.2012 meetup

00.0.2008        Esitelmän pitäjän nimi
                                          Jaakko Rajaniemi
Reading guidelines
•   Slide set lists supported use cases for issue tracking /service request
    interface.
      – slide set also lists use cases which are under discussion
•   Use cases are planned to use Open311 standard version 2.0 (or 2.1 if
    available)
      – All use cases under discussion are not compliant with Open311.
•   New proposed parameters are marked with green color
      – We would like to have these parameters
      – These are not compliant with Open311 standard.
•   Other parameters which have been proposed but not adopted are
    marked with red color
•   Developer feedback is asked on new and proposed parameters and
    other topics listed in the slide set
18.4.2012   Jaakko Rajaniemi                                                  2
Content

•   Motivation for Open311
•   Supported use cases
•   Where we need developer feedback
•   Use cases under consideration




00.0.2008   Jaakko Rajaniemi
Motivation for Open311

• It is the only standard on this area.
• It is used in several cities in USA.
• It has quite an active community behind.

⇒It’s good enough and has potential to become
 globally used standard.

                               http://www.open311.org/
00.0.2008   Esitelmän pitäjän nimi
Supported use cases

•   Use case 1: Submitting a service request
•   Use case 2: Quering individual service request
•   Use case 3: Quering service requests
•   Use case 4: Listing service request types
•   Use case 5: Mobility of user




18.4.2012   Jaakko Rajaniemi                         5
Use case 1: Submitting a service request
•   Service request can be submitted with following info:
        –   Description and title
        –   Location (not obligatory)
              •    lat/long (WGS-84), address, City specific data identiying service request object , e.g.
                   Helsinki Service Map
        –   Service request type
        –   Contact information
              •    Name, e-mail address, phonenumber
        –   Media attachment
              •    Photo and possibly other document formats
        –   Web link to external serive where service request originates (e.g. Omakaupunki)
        –   PROPOSED: Priority of the service request, Geometry (e.g. lines, polygons)
•   Response includes
        –   Service request identification (ID)
        –   Web link to city’s own web page where service request is published
        –   PROPOSED: related_service_request_id




18.4.2012         Jaakko Rajaniemi                                                                           6
Use case 2: Quering individual service
request
•   Individual service request can be queried using service request
    identification ID. Response includes:
        –   Description and title
        –   Location
              •    lat/long (WGS-84), address, City specific data identiying service request object , e.g.
                   Helsinki Service Map
        –   State (open, closed)
              •    PROPOSED: Option to have more status values
        –   Response text
        –   Submission date and time
        –   Update date and time
        –   Expected date and time when fixed
        –   Government agency responsible for the service request
              •    PROPOSED: Option to have multiple agencies
        –   Service request type
        –   URL address of attachment
        –   PROPOSED: Priority of the service request, Geometry (e.g. lines, polygons)

18.4.2012         Jaakko Rajaniemi                                                                           7
Use case 3: Quering service requests
•   Service requests can be queried
        –   Submission date and time (start and endtime)
        –   Location (bounding box and/or lat/long+radius)
        –   Status (all, closed or open)
        –   Service request type

•   Response includes:
        –   Description and title
        –   Location
               • lat/long (WGS-84), address, City specific data identiying service request object , e.g.
                  Helsinki Service Map
        –   State (open, closed)
              •    PROPOSED: Option to have more status values
        –   Response text
        –   Submission date and time
        –   Update date and time
        –   Expected date and time when fixed
        –   Government agency responsible for the service request
              •    PROPOSED: Option to have multiple agencies
        –   Service request type
        –   URL address of attachments
        –   PROPOSED: Priority of the service request, Geometry (e.g. lines, polygons)

18.4.2012         Jaakko Rajaniemi                                                                         8
Use case 4: Listing service request types
•   External application can query list of service request types which are
    supported by the city.
     – Name of service request type
     – Description of service request type
     – Group of service request type




18.4.2012   Jaakko Rajaniemi                                                 9
Use case 5: Mobility of service user
• Service user who sends service request may move
  between cities and use same application to submit service
  requests. Service requests are routed to the correct city
  endpoint without the help of the requestor.
        – No solution yet.
        – We try to have solution which is compliant with Open311
          standard
        – Solution may no have any impact on service request interface




18.4.2012    Jaakko Rajaniemi                                            10
Where we need developer feedback (1/5)
•      Media upload
       – Support for photos and what else?
       – Synchronous Multipart/Form upload

•      Service request types and groups
       – Different types like potholes, trash bins, traffic
         signs, parks, roads, parking, …
       – How to decide types and groups in the best
         way?
00.0.2008   Jaakko Rajaniemi
Where we need developer feedback (2/5)
• Status values for service requests
   – Open, closed
   – New values needed?

• New location parameters
   – How to use Service Map unit ids as location
     parameter?
   – Any use for more complex geomerty like lines
     and polygons?
00.0.2008   Jaakko Rajaniemi
Where we need developer feedback (3/5)
• Accurate address parameter
– Manually typed addresses are not accurate
– Lat,Lon mapped to accurate address or some
  other mean to verify the address

• Push notifications on changes
– Currently only pull model supported, enough?
– Pull vs. Push model and how to do push
  notifications
00.0.2008   Jaakko Rajaniemi
Where we need developer feedback (4/5)
• Mobility between cities
   – How to detect where the user is and where to
     send service request?
   – Helsinki vs. Espoo vs. Vantaa

• How to use user identification parameters?
        – Current plan is not to have user accounts on city’s
          service
        – How to use device_id and author_id parameters?
00.0.2008    Jaakko Rajaniemi
Where we need developer feedback (5/5)
• Language support is missing
        – How to indicate the preferred language?
        – New language parameter is considered.


• How to organise interface testing and usage?
        – Test interface is required where developers can see
          sent parameters and responses
        – API key will required for posting service requests



00.0.2008   Jaakko Rajaniemi
Use cases under consideration

•   Commenting on service requests
•   Editing and removing service requests
•   Account handling for users
•   Voting for service requests




18.4.2012   Jaakko Rajaniemi                16
Use case: Commenting on service requests
• People can comment on service requests. Comment can
  include following information:
    – Comment text
    – Comment title
    – Contact info
            • Name, email address, phonenumber




18.4.2012    Jaakko Rajaniemi                           17
Use case: Editing and removing service
requests
• Person can modify or delete own service request after it
  has been submitted.




18.4.2012   Jaakko Rajaniemi                                 18
Use case: Account handling for users
• Users have an account for service . The account allows
  users to search and modify own service requests.
• Account may be same as the account, which city also
  provides.




18.4.2012   Jaakko Rajaniemi                               19
Use case: Voting on service requests
• Person can vote for favourite service requests.




18.4.2012   Jaakko Rajaniemi                        20
Contact

•   Jaakko.Rajaniemi@hel.fi
•   +358 40 516 5931
•   Twitter: @jaakko
•   Facebook:
    https://www.facebook.com/CitySDKHelsinki




00.0.2008   Esitelmän pitäjän nimi

Más contenido relacionado

Destacado

Of First Importance Slides, 4/29/12
Of First Importance Slides, 4/29/12Of First Importance Slides, 4/29/12
Of First Importance Slides, 4/29/12
CLADSM
 
Lyaman9r12011кпо
Lyaman9r12011кпоLyaman9r12011кпо
Lyaman9r12011кпо
Lyaman
 
مدونة الأسرة
مدونة الأسرةمدونة الأسرة
مدونة الأسرة
sirajj
 
Who (паллиативная помощь убедительные факты)
Who (паллиативная помощь   убедительные факты)Who (паллиативная помощь   убедительные факты)
Who (паллиативная помощь убедительные факты)
Elena Lvova
 

Destacado (13)

Pr vs Sales
Pr vs SalesPr vs Sales
Pr vs Sales
 
Of First Importance Slides, 4/29/12
Of First Importance Slides, 4/29/12Of First Importance Slides, 4/29/12
Of First Importance Slides, 4/29/12
 
Lyaman9r12011кпо
Lyaman9r12011кпоLyaman9r12011кпо
Lyaman9r12011кпо
 
report
reportreport
report
 
Su Tasarrufu - Enerji Verimliliği
Su Tasarrufu - Enerji VerimliliğiSu Tasarrufu - Enerji Verimliliği
Su Tasarrufu - Enerji Verimliliği
 
نابغة
نابغةنابغة
نابغة
 
Ieeepro techno solutions 2014 ieee dotnet project - query services in cost ...
Ieeepro techno solutions   2014 ieee dotnet project - query services in cost ...Ieeepro techno solutions   2014 ieee dotnet project - query services in cost ...
Ieeepro techno solutions 2014 ieee dotnet project - query services in cost ...
 
مدونة الأسرة
مدونة الأسرةمدونة الأسرة
مدونة الأسرة
 
Bon Jovi - I'll be there for you
Bon Jovi - I'll be there for youBon Jovi - I'll be there for you
Bon Jovi - I'll be there for you
 
Libya
LibyaLibya
Libya
 
Who (паллиативная помощь убедительные факты)
Who (паллиативная помощь   убедительные факты)Who (паллиативная помощь   убедительные факты)
Who (паллиативная помощь убедительные факты)
 
Hemorragias caninas
Hemorragias caninasHemorragias caninas
Hemorragias caninas
 
беляева тн
беляева тнбеляева тн
беляева тн
 

Más de HelsinkiLovesDevelopers

Open cities data catalogue june 2012 presentation
Open cities data catalogue june 2012 presentationOpen cities data catalogue june 2012 presentation
Open cities data catalogue june 2012 presentation
HelsinkiLovesDevelopers
 
Helsingin kaupungin kehittäjätapaaminen CitySDK
Helsingin kaupungin kehittäjätapaaminen CitySDKHelsingin kaupungin kehittäjätapaaminen CitySDK
Helsingin kaupungin kehittäjätapaaminen CitySDK
HelsinkiLovesDevelopers
 

Más de HelsinkiLovesDevelopers (11)

Civic participation presentation in API Strategy conference in Amsterdam 2014
Civic participation presentation in API Strategy conference in Amsterdam 2014Civic participation presentation in API Strategy conference in Amsterdam 2014
Civic participation presentation in API Strategy conference in Amsterdam 2014
 
Palauterajapinta kuvaus
Palauterajapinta kuvausPalauterajapinta kuvaus
Palauterajapinta kuvaus
 
Crash course to Open Data and APIs
Crash course to Open Data and APIsCrash course to Open Data and APIs
Crash course to Open Data and APIs
 
Palauterajapinta työpaja 17.09.2013
Palauterajapinta työpaja 17.09.2013Palauterajapinta työpaja 17.09.2013
Palauterajapinta työpaja 17.09.2013
 
Helsinki CitySDK Pilot
Helsinki CitySDK PilotHelsinki CitySDK Pilot
Helsinki CitySDK Pilot
 
Futr hki
Futr hkiFutr hki
Futr hki
 
Linked events 10.5.2012
Linked events 10.5.2012Linked events 10.5.2012
Linked events 10.5.2012
 
CitySDK Helsinki dev meetup 04.06.2012
CitySDK Helsinki dev meetup 04.06.2012CitySDK Helsinki dev meetup 04.06.2012
CitySDK Helsinki dev meetup 04.06.2012
 
Open cities data catalogue june 2012 presentation
Open cities data catalogue june 2012 presentationOpen cities data catalogue june 2012 presentation
Open cities data catalogue june 2012 presentation
 
Palvelukartan esitys kehittäjätapaamisessa 10.5.2012
Palvelukartan esitys kehittäjätapaamisessa 10.5.2012 Palvelukartan esitys kehittäjätapaamisessa 10.5.2012
Palvelukartan esitys kehittäjätapaamisessa 10.5.2012
 
Helsingin kaupungin kehittäjätapaaminen CitySDK
Helsingin kaupungin kehittäjätapaaminen CitySDKHelsingin kaupungin kehittäjätapaaminen CitySDK
Helsingin kaupungin kehittäjätapaaminen CitySDK
 

Último

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Último (20)

ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 

Helsingin kehittäjätilaisuuden CitySDK alustus

  • 1. Helsingin kaupungin kehittäjätilaisuus CitySDK use cases and request for developer feedback Slide set for discussion before Helsinki 10.5.2012 meetup 00.0.2008 Esitelmän pitäjän nimi Jaakko Rajaniemi
  • 2. Reading guidelines • Slide set lists supported use cases for issue tracking /service request interface. – slide set also lists use cases which are under discussion • Use cases are planned to use Open311 standard version 2.0 (or 2.1 if available) – All use cases under discussion are not compliant with Open311. • New proposed parameters are marked with green color – We would like to have these parameters – These are not compliant with Open311 standard. • Other parameters which have been proposed but not adopted are marked with red color • Developer feedback is asked on new and proposed parameters and other topics listed in the slide set 18.4.2012 Jaakko Rajaniemi 2
  • 3. Content • Motivation for Open311 • Supported use cases • Where we need developer feedback • Use cases under consideration 00.0.2008 Jaakko Rajaniemi
  • 4. Motivation for Open311 • It is the only standard on this area. • It is used in several cities in USA. • It has quite an active community behind. ⇒It’s good enough and has potential to become globally used standard. http://www.open311.org/ 00.0.2008 Esitelmän pitäjän nimi
  • 5. Supported use cases • Use case 1: Submitting a service request • Use case 2: Quering individual service request • Use case 3: Quering service requests • Use case 4: Listing service request types • Use case 5: Mobility of user 18.4.2012 Jaakko Rajaniemi 5
  • 6. Use case 1: Submitting a service request • Service request can be submitted with following info: – Description and title – Location (not obligatory) • lat/long (WGS-84), address, City specific data identiying service request object , e.g. Helsinki Service Map – Service request type – Contact information • Name, e-mail address, phonenumber – Media attachment • Photo and possibly other document formats – Web link to external serive where service request originates (e.g. Omakaupunki) – PROPOSED: Priority of the service request, Geometry (e.g. lines, polygons) • Response includes – Service request identification (ID) – Web link to city’s own web page where service request is published – PROPOSED: related_service_request_id 18.4.2012 Jaakko Rajaniemi 6
  • 7. Use case 2: Quering individual service request • Individual service request can be queried using service request identification ID. Response includes: – Description and title – Location • lat/long (WGS-84), address, City specific data identiying service request object , e.g. Helsinki Service Map – State (open, closed) • PROPOSED: Option to have more status values – Response text – Submission date and time – Update date and time – Expected date and time when fixed – Government agency responsible for the service request • PROPOSED: Option to have multiple agencies – Service request type – URL address of attachment – PROPOSED: Priority of the service request, Geometry (e.g. lines, polygons) 18.4.2012 Jaakko Rajaniemi 7
  • 8. Use case 3: Quering service requests • Service requests can be queried – Submission date and time (start and endtime) – Location (bounding box and/or lat/long+radius) – Status (all, closed or open) – Service request type • Response includes: – Description and title – Location • lat/long (WGS-84), address, City specific data identiying service request object , e.g. Helsinki Service Map – State (open, closed) • PROPOSED: Option to have more status values – Response text – Submission date and time – Update date and time – Expected date and time when fixed – Government agency responsible for the service request • PROPOSED: Option to have multiple agencies – Service request type – URL address of attachments – PROPOSED: Priority of the service request, Geometry (e.g. lines, polygons) 18.4.2012 Jaakko Rajaniemi 8
  • 9. Use case 4: Listing service request types • External application can query list of service request types which are supported by the city. – Name of service request type – Description of service request type – Group of service request type 18.4.2012 Jaakko Rajaniemi 9
  • 10. Use case 5: Mobility of service user • Service user who sends service request may move between cities and use same application to submit service requests. Service requests are routed to the correct city endpoint without the help of the requestor. – No solution yet. – We try to have solution which is compliant with Open311 standard – Solution may no have any impact on service request interface 18.4.2012 Jaakko Rajaniemi 10
  • 11. Where we need developer feedback (1/5) • Media upload – Support for photos and what else? – Synchronous Multipart/Form upload • Service request types and groups – Different types like potholes, trash bins, traffic signs, parks, roads, parking, … – How to decide types and groups in the best way? 00.0.2008 Jaakko Rajaniemi
  • 12. Where we need developer feedback (2/5) • Status values for service requests – Open, closed – New values needed? • New location parameters – How to use Service Map unit ids as location parameter? – Any use for more complex geomerty like lines and polygons? 00.0.2008 Jaakko Rajaniemi
  • 13. Where we need developer feedback (3/5) • Accurate address parameter – Manually typed addresses are not accurate – Lat,Lon mapped to accurate address or some other mean to verify the address • Push notifications on changes – Currently only pull model supported, enough? – Pull vs. Push model and how to do push notifications 00.0.2008 Jaakko Rajaniemi
  • 14. Where we need developer feedback (4/5) • Mobility between cities – How to detect where the user is and where to send service request? – Helsinki vs. Espoo vs. Vantaa • How to use user identification parameters? – Current plan is not to have user accounts on city’s service – How to use device_id and author_id parameters? 00.0.2008 Jaakko Rajaniemi
  • 15. Where we need developer feedback (5/5) • Language support is missing – How to indicate the preferred language? – New language parameter is considered. • How to organise interface testing and usage? – Test interface is required where developers can see sent parameters and responses – API key will required for posting service requests 00.0.2008 Jaakko Rajaniemi
  • 16. Use cases under consideration • Commenting on service requests • Editing and removing service requests • Account handling for users • Voting for service requests 18.4.2012 Jaakko Rajaniemi 16
  • 17. Use case: Commenting on service requests • People can comment on service requests. Comment can include following information: – Comment text – Comment title – Contact info • Name, email address, phonenumber 18.4.2012 Jaakko Rajaniemi 17
  • 18. Use case: Editing and removing service requests • Person can modify or delete own service request after it has been submitted. 18.4.2012 Jaakko Rajaniemi 18
  • 19. Use case: Account handling for users • Users have an account for service . The account allows users to search and modify own service requests. • Account may be same as the account, which city also provides. 18.4.2012 Jaakko Rajaniemi 19
  • 20. Use case: Voting on service requests • Person can vote for favourite service requests. 18.4.2012 Jaakko Rajaniemi 20
  • 21. Contact • Jaakko.Rajaniemi@hel.fi • +358 40 516 5931 • Twitter: @jaakko • Facebook: https://www.facebook.com/CitySDKHelsinki 00.0.2008 Esitelmän pitäjän nimi