Coder Social home page Coder Social logo

Comments (30)

rafalkowalski avatar rafalkowalski commented on September 7, 2024

I think that we have two choices to do this.
we can parse json to current format or we can change reading json to match above data.

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

I think it would be better to change the way json is parsed to suit the data available.

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

Since this app is required before 6th May, thus we must focus on reusing as much code as possible. We will maintain the models, view as well as logic. The only logic that we will change is, parsing of json data. JSON data will be parsed from the API mentioned above. Convert it into model objects (Classes present in model folder). And executing queries from model object (obj.generateSql()). I think by this method we will be able to reuse most of the app code. This is my thought. Feel free to suggest your own or alter this. :)

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

If every one agree on this... then we can divide some work and start making one more awesome app. We need to update artwork and hide fields which we wont be displaying from sessions and tracks

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

Yeah I agree. I was doing the same @batraabhishek

from open-event-attendee-android.

rafalkowalski avatar rafalkowalski commented on September 7, 2024

Also I agree with it. We should create more specific issues to divide work(i.e Improve models where is it necessary)

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

Cool... Lets make sure we don't end up doing same work. Everyone please state the things that needs to be done. In this way anything missed by anyone will be covered, After this we will order things as per priority. Please add your suggestions as comments. I am adding mine in next comment

from open-event-attendee-android.

rafalkowalski avatar rafalkowalski commented on September 7, 2024
  1. Improving Models
    (Subtasks)
    -Speaker
    -Sessions
    -Map
    -Tracks
    -locations
  2. Improving parsing json(required to divide it to small subtasks)
  3. Writing new views where is it nececessary

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

@mariobehling Can you share some artworks, incase of there are some :)

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

Here is some tasks that need to be done from my side

  1. High Priority : Map API data to App Model

  2. High Priority : Update Artwork and theme

  3. Low Priority : Saving user email (from Account Manager), no need to implement

  4. Low Priority : Background Parsing of data

  5. Low Priority: Handle notifications for bookmarked restaurants.
    Once we are done, we can focus on following things

  6. Low Priority : Improving Models (suggested by @rafalkowalski )

  7. Low Priority : Adding more views. (suggested by @rafalkowalski )

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

@mananwason @mariobehling @rafalkowalski I am starting with mapping api to app model. FYI

from open-event-attendee-android.

championswimmer avatar championswimmer commented on September 7, 2024

In the map fragment, how about we put a photo view for the area map (i.e.
this https://re-publica.de/en/map-area )
The directions button takes us to Google Maps to show the way to the venue
already.

Arnav Gupta (championswimmer)
LinkedIn http://in.linkedin.com/in/arnavgupta/ | Web
http://championswimmer.in | Blog http://blog.championswimmer.in |
Twitter http://twitter.com/championswimmer | Facebook
http://facebook.com/championswimmer | Github
http://github.com/championswimmer

On 1 May 2015 at 23:21, Abhishek Batra [email protected] wrote:

@mananwason https://github.com/mananwason @mariobehling
https://github.com/mariobehling @rafalkowalski
https://github.com/rafalkowalski I am starting with mapping api to app
model. FYI

Reply to this email directly or view it on GitHub
#1 (comment).

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

@championswimmer this was how it was done earlier. We intentionally made the map fragment to make the map dynamic.

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

@batraabhishek what all have you done? If you haven't mapped all data,I suggest we split as I have also done some work towards this already .

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

@mananwason Cool. On which part you are working on? I can also take some other task. I havn't started on mapping yet

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

@batraabhishek I have started mapping the speaker data from the speaker json file. What I don't get is that what different is there in the alles json file. Are these the tracks?

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

@mananwason Alles means everything in German (as per Google ;) ). Alles API consist of all the data including sessions, speakers etc

screen shot 2015-05-02 at 9 45 37 am

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

Oh !! thanks @batraabhishek Then I am working on speakers and tracks right now.

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

@mananwason Great, Then I will take Session (Events)

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

Great !! (y)

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

@mananwason I have almost completed the parsing as sessions were linked together. Please add your changes to improve over mine . Thanks :)

from open-event-attendee-android.

championswimmer avatar championswimmer commented on September 7, 2024

Whats the common consensus on how we do map?

There are existing interior maps which are PNGs. I don't think we can use
Google Maps for interior.anyway. For directions I have already set the
latitude and longitude so that it uses Google Maps.
On May 3, 2015 10:37 PM, "Abhishek Batra" [email protected] wrote:

@mananwason https://github.com/mananwason I have almost completed the
parsing as sessions were linked together. Please add your changes to
improve over mine . Thanks :)

Reply to this email directly or view it on GitHub
#1 (comment).

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

@championswimmer I am fine with both :)

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

Me too !! But do you have an internal map ??

from open-event-attendee-android.

championswimmer avatar championswimmer commented on September 7, 2024

Yeah there are these on the website

https://re-publica.de/en/map-area
On May 3, 2015 11:37 PM, "Manan Wason" [email protected] wrote:

Me too !! But do you have an internal map ??

Reply to this email directly or view it on GitHub
#1 (comment).

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

I think these maps are too confusing, so instead you can put it in a different activity.

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

@batraabhishek Why is the app not showing data, even if the database is working. Have you stopped showing the data intentionally?

from open-event-attendee-android.

batraabhishek avatar batraabhishek commented on September 7, 2024

Try relaunching the app. The app is downloading the data in the background.

*Sent via a really tiny keyboard - please excuse the brevity of the message
On 05-May-2015 1:52 pm, "Manan Wason" [email protected] wrote:

@batraabhishek https://github.com/batraabhishek Why is the app not
showing data, even if the database is working. Have you stopped showing the
data intentionally?


Reply to this email directly or view it on GitHub
#1 (comment).

from open-event-attendee-android.

mananwason avatar mananwason commented on September 7, 2024

Yes I see that the data is being downloaded but nothing is shown. I was curious as to why this is happening?

from open-event-attendee-android.

championswimmer avatar championswimmer commented on September 7, 2024

did the interior maps and directions both.

Arnav Gupta (championswimmer)
LinkedIn http://in.linkedin.com/in/arnavgupta/ | Web
http://championswimmer.in | Blog http://blog.championswimmer.in |
Twitter http://twitter.com/championswimmer | Facebook
http://facebook.com/championswimmer | Github
http://github.com/championswimmer

On 5 May 2015 at 14:24, Manan Wason [email protected] wrote:

Yes I see that the data is being downloaded but nothing is shown. I was
curious as to why this is happening?


Reply to this email directly or view it on GitHub
#1 (comment).

from open-event-attendee-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.