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

Implement Connect Service & Data Source Interface #205 #206 #285

Merged
merged 3 commits into from
Jul 6, 2015

Conversation

zyzo
Copy link
Member

@zyzo zyzo commented Jul 4, 2015

This PR adds a new page to Loklak, accessible via navbar, dedicating to add new services #205 and data sources #206 to loklak server via webclient, and for the user to visualize the list of added services / data sources.

Not ready until PR loklak/loklak_server#59 is merged and Issue loklak/loklak_server#35 is resolved.

@zyzo
Copy link
Member Author

zyzo commented Jul 4, 2015

  • Access connect page from nav bar. Click My Connections to open :
    screenshot from 2015-07-04 12 49 53
  • Data Sources Page. The data displayed is just some stubs as no real data source info is available on server-side yet :
    screenshot from 2015-07-04 12 51 40
  • Others pages : display Coming soon message
    screenshot from 2015-07-04 12 52 09

@prasht63
Copy link
Contributor

prasht63 commented Jul 5, 2015

@zyzo Should I see a form on clicking Add data source? How do we add a data soure now?

@mariobehling
Copy link
Member

@zyzo How can I tell the system the URL of a FOSSASIA API File (e.g. https://raw.githubusercontent.com/fossasia/fossasia-communities/master/China/BeijingLinuxUserGroup-api.json)?

@zyzo
Copy link
Member Author

zyzo commented Jul 5, 2015

@mariobehling That would be the feature described in loklak/loklak_server#35. We need to somehow save the source metadata (url, importer, ..) to loklak.

@zyzo
Copy link
Member Author

zyzo commented Jul 5, 2015

@prasht63 I'm on it :)

  call PushService to push import messages to push/geojson.json
@zyzo
Copy link
Member Author

zyzo commented Jul 5, 2015

@prasht63 add data source form is added.
TODO :

  • Add source_type selector to form. @Orbiter : is there a way to get source types list with loklak API ?
  • Add map_type chooser to form. I'm thinking about an input panel with 2 column. First is user field name, second is valid tweet field name. Same here : is there a way to get all valid tweet field names ? If not, I guess the easier solution would be declare & store that list statistically in loklak_webclient.

@zyzo
Copy link
Member Author

zyzo commented Jul 6, 2015

New add form screenshots :
screenshot from 2015-07-06 11 06 58

screenshot from 2015-07-06 11 07 32

screenshot from 2015-07-06 11 07 52

@mariobehling
Copy link
Member

Is it possible to actually test something in the interface already? Could we merge this and iterate from here? I would like to see some UI in action to understand the flow better.

   list of source_type is taken from branch master, without TWITTER
@zyzo
Copy link
Member Author

zyzo commented Jul 6, 2015

The data source list is stubbed, but this could surely be a checkpoint to iterate from. @prasht63 Could you please review & merge ?

@zyzo zyzo changed the title [In progress] Implement Connect Service & Data Source Interface #205 #206 Implement Connect Service & Data Source Interface #205 #206 Jul 6, 2015
prasht63 added a commit that referenced this pull request Jul 6, 2015
Implement Connect Service & Data Source Interface #205 #206
@prasht63 prasht63 merged commit 8041407 into master Jul 6, 2015
@prasht63
Copy link
Contributor

prasht63 commented Jul 6, 2015

Merging #285

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants