Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohit17067/iiitd-connect
https://github.com/mohit17067/iiitd-connect
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mohit17067/iiitd-connect
- Owner: Mohit17067
- Created: 2019-12-26T08:28:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T17:21:55.000Z (about 5 years ago)
- Last Synced: 2024-11-16T21:12:40.880Z (2 months ago)
- Language: Java
- Size: 2.97 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IIITD-Connect
An android application with a post feed connecting students, faculties and alumni of IIIT-Delhi. The application integrates IIITD theme within it and uses realtime-firebase database for the feed.## Functionality
### Login
Users can login only with IIIT-Delhi gmail account. Users outside IIITD network are restricted in this step and the network stays within the college only.### Registration
Users choose their respective category from Student, Faculty and Alumni and fill the registration page. Necessary fields must be filled.### Feed
**Post** is the main part of the application feed. All users can create post regarding any event/information. Date, time and venue can also be added in the post.
Viewers can add a post to their calendar to get reminders for events. Also they can show interest to a post by which the creator could get an idea about the number of people interested in the event.
Feed is sorted based on the **tags** selected by users at the time of registration. More the number of tags matching with the post, higher would the priority of the post on the feed.### Others
Users can edit their profile in the *Profile* section and view/edit their posts in *My Posts* Section.