Giter Site home page Giter Site logo

cmpe352spring2012group3's People

Contributors

anokta avatar cigdemk avatar emresunecli avatar ozkanaykutdemir avatar sepulrator avatar

cmpe352spring2012group3's Issues

Android wrapper functions for the profile page

Android wrapper functions for the profile page contents are needed.

- Feeds - news feed, wall - function should return a pair list where each item 
has name (for whom the feed belongs to) and the content.

- Tag getter function which takes the user name and returns all the tags that 
the user have (in a list).

Original issue reported on code.google.com by alpynaq on 29 Nov 2012 at 12:04

User Acceptance Test Scenarios

Following test scenarios should be created step by step, and the final document 
should be added to the code page before 13/12/2012 lecture.

1) Registration
2) Viewing profile page (Wall+News feed)
3) Posting to own wall
4) Adding tags to own
5) Posting to tag page


Original issue reported on code.google.com by [email protected] on 12 Dec 2012 at 10:12

Code review request

Android feed page.

Original issue reported on code.google.com by alpynaq on 15 Dec 2012 at 5:08

Adding/delete session functions to UserDriver class

UserDriver & UserTable classes can do following now:

1) Seperate DB fields of the user table can be gathered from DB and set to 
instance variables.

Add session function should be able to do following:

1)Return all fields of a user in a table manner. So that the user info can be 
send from one page to another easily.
This function will be used to add user to session.

Delete session functions should be able to do following:

1)Remove the user info.
This function will be called when the session needs to be dropped. (an example 
case may be logout)

Original issue reported on code.google.com by [email protected] on 20 Nov 2012 at 4:43

Android HTTP requests are not asynchronous

Http requests in the application is not async, hence they block UI while they 
are executing.

- AsyncTask should be used in order to avoid this problem.

Original issue reported on code.google.com by alpynaq on 19 Nov 2012 at 9:34

DB connection of sign up

The functionality of the sign up should be tested.

Test items are:
1) Does the DB connection is opened and closed properly
2) Does appropriate data is selected from DB

Original issue reported on code.google.com by [email protected] on 20 Nov 2012 at 4:28

Profile picture getter function

It should take the user name as the parameter and return the bitmap image/URL 
of the profile picture of the user.

Original issue reported on code.google.com by alpynaq on 29 Nov 2012 at 12:06

Backend code for forums page



I created necessary database tables for forums and will implement JSP page for 
forums page. I need a data structure which holds the following:

- All categories in forums
- All forums in each category
- All subforums in each forum
- Number of topics in each forum
- Last post in each forum

Original issue reported on code.google.com by [email protected] on 7 Nov 2012 at 3:19

Code review request

r338 (/trunk/CmpeCommunityWeb/WebContent/UserListView.jsp)  

I have created UserListView.jsp, can you check if the servlet functions are 
called properly & the structure of the page is appropriate for usability.

Original issue reported on code.google.com by [email protected] on 28 Nov 2012 at 9:09

Forum topic creation code

I need topic creation code for forums. It should do the followings:

- HTTP post will contain 'title' and 'content' parameters. 'title' should be 
inserted to the database along with the id of the user who created the topic.

- 'content' of the topic should be inserted to 'forum_topics' table along with 
the id of the user who created the topic and id of the forum.

- 'forums' table contains 'topics_count' column. This column should be 
incremented by one recursively starting from the forum where topic is created 
until reaching a forum whose parent is null.

Original issue reported on code.google.com by [email protected] on 9 Dec 2012 at 2:13

Profile Page creation for Android

Profile page of Android application should be created.

This page should include
1) A news feed (where user can see related posts)
2) A wall (where user can see his/her posts)


Original issue reported on code.google.com by [email protected] on 28 Nov 2012 at 2:38

Code review request

Android profile page

Original issue reported on code.google.com by alpynaq on 15 Dec 2012 at 5:08

Recommendation

Can you please add DB functions for Recommended users & recommended tags 
sections on the profile page.

Original issue reported on code.google.com by [email protected] on 25 Dec 2012 at 7:58

Responsibilty matrix and home page update

The project home page includes following items:

1) Documentation about the project
2) Group members
3) Meeting notes
4) Inclass presentations

The problem is that it does not include any information about the development& 
enhancement of the project.

Following items should be added to the project home page: (by çiğdem)
1) Responsibility matrix stating which group member is responsible of which 
parts of the project.
2) A progression chart which keeps up-to-date info about our development 
process.

Original issue reported on code.google.com by [email protected] on 20 Nov 2012 at 4:57

Adding session to login (servlet functions)

Login has following properties now:

1)Loged user's data is retrieved from DB and only name-surname fields are send 
to the profile page.

It should be as follows:

1) Gathered data should be constructed as a table (in this particular case, as 
a UserTable object) and this table should be send to the profile page. This 
will yield easy access to all information of the user.


Original issue reported on code.google.com by [email protected] on 20 Nov 2012 at 4:34

Authentication and Authorization System

* JSP build-in authentication and authorization system should be research and 
applied to project.

* If JSP does not have a built-in system, session variables should be used to 
implement the authentication and authorization system.

Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 10:40

Android profile page malfunction

Getter function for the profile page (wall feed) does not seem to be working 
properly when calling it with different user ids. 

Specifically, it returns the current -logged in- user information regardless of 
the given user id.

Original issue reported on code.google.com by alpynaq on 19 Dec 2012 at 11:09

Project Plan Update

As Alp stated in the lecture today, we need to update our project plan. 
Following points should be considered:
* Milestones should be clear, demonstration dates should be specified.
* Alp said "Your next demonstration is in January in your project plan". I 
think the project plan in the main page is outdated, link is to old project 
plan.

Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 10:35

Android options menu

Menu options needs to be added:

- Settings (to be discussed later)
- Search
- Log out
...

Original issue reported on code.google.com by alpynaq on 29 Nov 2012 at 12:09

addTags function

There is a button for users to add tags to themselves/other users in the tag 
page.

This button calls CmpeCommunityWeb/Tags/addTags.

addTags function must be created for this button to work.

Original issue reported on code.google.com by [email protected] on 28 Nov 2012 at 9:06

Code review & time tracking

This issue is a reminder for all group members.

Until now we did not use code review, and also we did not keep track of the 
hours we spend on this project.

Please, from now on, whenever you add a code to the project, open a code review 
issue, so that our code quality will increase.

And also, we are asked to report how many hours we spend for the project 
weekly. Please keep track of the time while working on the project and report 
it to me (çiğdem) weekly so that I can update progress chart on the home page.

Original issue reported on code.google.com by [email protected] on 20 Nov 2012 at 5:02

Android Feed Page

Feed page should be implemented.

Original issue reported on code.google.com by alpynaq on 15 Dec 2012 at 5:04

Update code page

The documents for new scenario is added to code page. Please update google code 
page.

Original issue reported on code.google.com by [email protected] on 14 May 2012 at 5:33

Login and Register Functionalities of Android Application

* Login and register functionalities should be implemented along with necessary 
views on Android platform.

* Queries from the server will be as:

1)Login:
URL: /CmpeCommunityWeb/AndroidApi/login
Data: "email" and "password" data as POST data
Response: json data as:
{ "success": true }
{ "success": false, "error": String }

2)Register
URL: /CmpeCommunityWeb/AndroidApi/login
Data: "email", "password", "password_repeated", "name", "last_name"
Response: json data as:
{ "success": true }
{ "success": false, "error": String }

Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 11:00

Newsfeed implementation

When a user creates a survey or an event, it should be appeared in newsfeed of 
related users.

The UI should be like accordion.

Original issue reported on code.google.com by [email protected] on 25 Dec 2012 at 7:57

Event page servlet error

Event page is opening nested when we click on a tab.

The tab structure on the event page should be fixed.

Original issue reported on code.google.com by [email protected] on 25 Dec 2012 at 7:54

Code review request

r340 (/trunk/CmpeCommunityWeb/WebContent/TagView.jsp)   

I have created Tag.jsp, can you check if the servlet functions are called 
properly & the structure of the page is appropriate for usability.

Original issue reported on code.google.com by [email protected] on 28 Nov 2012 at 9:10

MeetingNote5 and Code Page Updates

MeetingNotes5 should be added to MeetingNotes section and code page must be 
updated according to the feedbacks until Tuesday, 3 April 2012, 09:00 AM.

Original issue reported on code.google.com by [email protected] on 2 Apr 2012 at 6:09

Convertion of Diagrams

I am not able to view activity diagrams that are in .docx format. Could someone 
convert them to an image format and re-upload so that they can be added in wiki 
page. I am unable to convert them because I am currently running on Ubuntu.

Original issue reported on code.google.com by [email protected] on 15 May 2012 at 7:10

Event DB functions

In order to show eventpage, I need the following functions:

1)Event creation function
2)Function that brings a user's attended events
3)Function that brings a user's created events
4)Function that takes eventid as parameter and returns an EventTable
5)Function that takes eventid as parameter and returns attending people

Original issue reported on code.google.com by [email protected] on 25 Dec 2012 at 7:51

Database Procedure

* Database queries in UserDriver class should be moved to database as 
procedures and procedures should be used in UserDriver(or User) class.

* New data classes for forum tables created by Erdem should be added to 
project. Necessary procedures for classes will be decided by Emre(me).

Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 10:44

Semantic Tagging

There are some resources sent by Suzan Hoca about semantic tagging. These 
resources should be inspected and discussed in next meeting. Resources:
    http://commontag.org/
    http://www.faviki.com/pages/welcome/

Original issue reported on code.google.com by [email protected] on 8 Nov 2012 at 11:19

Use Case Diagram must be updated

Use case analysis from last week must be updated. According to the feedbacks 
from Alp there must be a unique diagram which combines two diagrams from last 
week.

Original issue reported on code.google.com by [email protected] on 26 Mar 2012 at 7:06

CmpeCommunityWeb prefix in default URL

Can we remove CmpeCommunityWeb from
-http://titan.cmpe.boun.edu.tr:8082/CmpeCommunityWeb/...
and local copy of the project. CmpeCommunityWeb prefix makes it harder to use 
absolute URL's.

Original issue reported on code.google.com by [email protected] on 2 Nov 2012 at 10:06

Android test-case scenario

Android user-testing scenario should be added to the test-cases.

Original issue reported on code.google.com by alpynaq on 15 Dec 2012 at 5:10

Code review request

branch r473, Event.java creation.

Can you perform a code review on the two new functions myEvents, 
myAttendedEvents.

Original issue reported on code.google.com by [email protected] on 25 Dec 2012 at 7:55

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.