Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified vector app #75

Open
killua-eu opened this issue Dec 30, 2018 · 3 comments
Open

Simplified vector app #75

killua-eu opened this issue Dec 30, 2018 · 3 comments
Assignees

Comments

@killua-eu
Copy link
Collaborator

killua-eu commented Dec 30, 2018

This is a simplified version of #41. To get things running, lets just use the following data, either

{
"data":
    "vector": [
        {
          "tzid": "Europe/Prague",
          "uid": "[email protected]",
          "dtstart": [ "", "20130101" ],
          "dtend":  [ "Europe/London", "20130101" ],
          "dtcreated": "20111213T124028Z",
          "dtmodified": "20111218T124028Z",
          "summary": "New years eve",
          "description": "The most awesome new years celebration ever",
          "url": [ "facebook event", "https://www.facebook.com/events/296139871007754/" ]     
        }
     ]
}

or

{
"data":
    "vector": [
        {
          "tzid": "Europe/Prague",
          "uid": "[email protected]",
          "dtstart": { "dt": "20130101" }
          "dtend": { "tz": "Europe/London", "dt": "20130101" }
          "dtcreated": "20111213T124028Z",
          "dtmodified": "20111218T124028Z",
          "summary": "New years eve",
          "description": "The most awesome new years celebration ever",
          "uris": {
            "type": "facebook event", 
            "uri": "https://www.facebook.com/events/296139871007754/" 
          }     
        }
     ]
}

.. i think the 2nd is more convenient and consistent with how we do schemas?

@pohadkar
Copy link
Collaborator

pohadkar commented Jan 5, 2019

nekdy v srpnu 2018 byla navrzena tato struktura
https://docs.google.com/spreadsheets/d/1Cf_F4_ufK43OfbqZgwBctRAg1wmTGshlwEvYbOSd2to/edit#gid=0

na me je ted napsat k tomu schema

@pohadkar
Copy link
Collaborator

pohadkar commented Jan 6, 2019

udelal jsem pro vector schema. neni tam jeste vse ale ty zakladni veci tam jsou.
v modulu vector ted jde vlozit novy vector z gluedu.
nazev vectoru vypisovaneho v prehledu je data prvniho summary (summary[0].data)
jelikoz ale neni ve formu nijak povinny ani prednastaveny, je zatim mozne form odeslat bez toho.
TODO, zajistit ze prvni summary bude rozkliknute a data budou povinne.
TODO, attr.feed by mel byt true/false , protoze je ve formu ale reprezentovan checkboxem, tak pokud se nezaskrtne, v datech vubec neni. (zjistit jak se to dela aby byl false)
TODO, status.privacy umoznit jen vyber ze dvou hodnot private/public

@killua-eu
Copy link
Collaborator Author

killua-eu commented Jan 6, 2019

https://docs.google.com/spreadsheets/d/1Cf_F4_ufK43OfbqZgwBctRAg1wmTGshlwEvYbOSd2to/edit#gid=0

  • data
    • classification: input -> select
    • tzid: hidden (někde pod zatrhávacím něčím jako show details)
    • sequence: hidden vždy a všude, vždy myšlen jako counter, ktery se incrementuje na straně kódu.
  • status
    • status: privacy -> prosím předělej na status.private s hodotou true/false., zaškrtávátko
    • dt_infeed: zobrazit jako neměnnou hodnotu (např. v inputu).
    • celý status fenomenálně smrsknout v duchu Costs: RJSF styling #87
  • summary
  • description
  • location
    • zkusme zde vypsat do 3 sloupecku, nebo nejak inteligentneji

@killua-eu killua-eu changed the title Simplified pixel app Simplified vector app Jan 19, 2019
killua-eu added a commit that referenced this issue Mar 13, 2019
New dashboard, cost theming, jsonschema.twig updates, partial #75 work, initial #80 work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants