Skip to content

This project is a multiplatform app for the IETF meeting

Notifications You must be signed in to change notification settings

eznix86/ietf-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Bernard Joseph Jean Bruno
Jul 21, 2019
1cbeebb · Jul 21, 2019

History

15 Commits
Mar 22, 2019
Mar 22, 2019
Mar 22, 2019
Mar 29, 2019
Mar 22, 2019
Mar 22, 2019
Mar 22, 2019
Mar 22, 2019
Jul 21, 2019
Mar 22, 2019
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019
Jul 21, 2019

Repository files navigation

IETF App

Application Mobile for the IETF Meetings

  • Current state: WIP

Getting Started

Using Google UI Framework, Flutter, to code once and deploy on both iOS and Android for similar experience.

Screenshot

Data source

EndPoint: https://datatracker.ietf.org/meeting/XYZ/agenda.json

  • XYZ is the IETF Number.
  • agenda.json, can be replaced by agenda.csv, agenda.txt to get other file formats.

Endpoint for IETF events: https://datatracker.ietf.org/api/v1/meeting/meeting/?format=json&limit=25

This endpoint gives the list of events associated with IETF, including 104, 105, 106... etc.

  • Useful data items
      "agenda_info_note": 
      "agenda_warning_note": "",
      "break_area": "Convention Floor Foyer",
      "city": "Montreal",
      "country": "CA",
      "date": "2019-07-20",
      "days": 7,
      "id": 881,
      "number": "105",
      "proceedings_final": false,
      "reg_area": "Square Dorchester",
      "submission_correction_day_offset": 50,
      "submission_cutoff_day_offset": 26,
      "submission_start_day_offset": 90,
      "time_zone": "America/New_York",
      "updated": "2019-07-20T08:51:17-07:00",
      "venue_addr": "",
      "venue_name": "Fairmont Queen Elizabeth Montreal"

Endpoint content guideline: https://datatracker.ietf.org/meeting/105/materials

This can help to decide which can be hidden or shown in the app.

About

This project is a multiplatform app for the IETF meeting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published