fossasia / open-event-droidgen

Open Event Android App Generator https://github.com/fossasia/open-event-android/raw/apk/sample-apk-fossasia17-development.apk
GNU General Public License v3.0
2.06k stars 826 forks source link

Road map of features of the project #2266

Open iamareebjamal opened 6 years ago

iamareebjamal commented 6 years ago

Lately, the focus of app has shifted from event information to social media and maintenance. Please first help the app align with features and information of API and also, the project has app generator which is left untouched. It has both front-end and a backend(in python) which needs to be evolved over time making it easier to generate customized apps while providing a better user experience and giving more information to the user. There are issues open regarding those technologies as well from 1 year back.

This should be the proposed roadmap for contributors:

Note: Some of this may sound like a rant, if so, please pardon me and please take it lightly, I have only said it jokingly. I have no intention to hurt anyone's feeling or target anyone

mayank8318 commented 6 years ago

@iamareebjamal If I download an event app and i am attending the event then i would expect to get push notifications about upcoming events, trending news like posts or tweets etc which I dont think we are implementing right now. I think this can be a valuable addition?

iamareebjamal commented 6 years ago

Posts and tweets are a part of application right now. Push notifications aren't possible as of yet. And yes they are valuable additions

mayank8318 commented 6 years ago

Since we are storing the data locally, can't we give notifications from our side and implement global notifications from the server when there is an api for it?

jindalAnuj commented 6 years ago

@iamareebjamal i have this api only https://eventyay.com/api/v1/events/6 is there are more api , if yes please help me

iamareebjamal commented 6 years ago

This is an event, API docs define what is available in the API. Also, this is old API. As lined in README, API docs are present here - https://github.com/fossasia/open-event-server

mayank8318 commented 6 years ago

@iamareebjamal Currently the app does not have featured speakers display, which is displayed on the home page in the website. Was this omitted from the app for a reason? In one of the tests the property isFeatured is asserted to be false. Should we display featured speakers in the AboutFragment?

dr0pdb commented 6 years ago

Currently the app does not have featured speakers display

@mayank8318 It already has an issue and is being worked upon.