Giter VIP home page Giter VIP logo

cmpesweng2014group6's Introduction

Hi there ๐Ÿ‘‹

cmpesweng2014group6's People

Contributors

bosphoran avatar bugur avatar burcincamci avatar faziletcilli avatar kyzn avatar ugurkalkann avatar

Watchers

 avatar  avatar

Forkers

bugur

cmpesweng2014group6's Issues

Modification and places

modification and places part of requirement will be written

Original issue reported on code.google.com by yunusemretekin1 on 3 Mar 2014 at 1:32

Substract issue

Test case: SubstractTest found bugs in method:Substracts

Here are the expected and found results:

-Assertion says that 6 - 2 must be equal to 4" but it is 2 there.

Original issue reported on code.google.com by [email protected] on 5 May 2014 at 2:48

Urgent call for meeting

This is to notify that we will be holding a meeting tomorrow (May 5th Monday) 
at 4 PM. Please come to the entrance of the CMPE building WITH your computers. 
If you can not make it, please let your fellow members know about it by editing 
this issue or leaving a comment below.

Original issue reported on code.google.com by [email protected] on 4 May 2014 at 12:33

Web - Map

For now, we can try doing this:

We may try to get lat-long info from a map. If we can, we might integrate this 
map to add story page and redirect coordinates to "hidden" inputs discussed in 
Issue 49.

Original issue reported on code.google.com by [email protected] on 23 Nov 2014 at 11:37

CSS Improvement for Web pages

CSS Improvement is required for currently developed index, register-login, 
edit-profile pages. More edits will be necessary as pages continue to be 
developed. The improvement should not be troublesome, you can mark the issue as 
done whenever you feel the pages look alright.

Original issue reported on code.google.com by [email protected] on 10 Nov 2014 at 5:47

Urgent call for meeting

This is to notify that we will be holding a meeting tomorrow (May 5th Monday) 
at 4 PM. Please come to the entrance of the CMPE building WITH your computers. 
If you can not make it, please let your fellow members know about it by editing 
this issue or leaving a comment below.

Original issue reported on code.google.com by [email protected] on 4 May 2014 at 12:33

Android Application Development

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by yunusemretekin1 on 23 Feb 2014 at 1:37

Reset Password

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 13 Nov 2014 at 12:39

Add story improvements

Following should be done before MS2:

>Theme: A list of themes are to be added to THEMES table. (eg. 1 sport 2 food 
..) Then user will be asked to pick one of them in the add story screen. 
(Stories.ThemeID has a constraint on Themes.ThemeID, so be careful)

>CreationDate and LastUpdate CAN BE implemented through SQL. That is, don't 
bother fetching time through Java methods and converting it to SQL time, just 
put NOW() into your sql query and it's done.

>StoryDateAbsolute and StoryDateApproximate can both be null on the database, 
but we want only one to be given. We might show the user only one input box 
with a title something like "Date as you remember". User may write on his/her 
own to this input box or can pick from a calendar. TO SUM UP: Only one box for 
date. User can write whatever he/she wants. Or he/she can pick a date through 
calendar. We can check whether date looks like an approximate date (->update 
Stories.StoryDateAbsolute) or it does not (->update 
Stories.StoryDateApproximate). (This was just an idea, comment below to discuss 
further)

Original issue reported on code.google.com by [email protected] on 23 Nov 2014 at 11:34

Error in "Sum" method.

Test case: SumTest found bugs in method:Sum

Here are the expected and found results:

-Assertion says that "5 + 8 must be equal to 13." but it is 12 there.
-Assertion says that "-5 + 8 must be equal to 3." but it is 2 there.
-Assertion says that "-3 + 3 must be equal to 0." but it is -1 there.


Original issue reported on code.google.com by [email protected] on 5 May 2014 at 2:01

Error in Power

Test case: PowerTest found bugs in method:Power

Here are the expected and found results:

-Assertion says that 0^3 must be equal to 0" but it is -1.
-Assertion says that 3^2 must be equal to 9" but it is 8.

Original issue reported on code.google.com by [email protected] on 5 May 2014 at 2:44

Urgent call for meeting

This is to notify that we will be holding a meeting tomorrow (May 5th Monday) 
at 4 PM. Please come to the entrance of the CMPE building WITH your computers. 
If you can not make it, please let your fellow members know about it by editing 
this issue or leaving a comment below.

Original issue reported on code.google.com by [email protected] on 4 May 2014 at 12:34

error in modulus

Test case: ModulusTest found bugs in method:Modulus

Here are the expected and found results:

-Assertion says that 17 % 4 must be equal to 1" but it is 4 there.

Original issue reported on code.google.com by yunusemretekin1 on 5 May 2014 at 2:40

profile page improvements

Added stories are to be listed on profile pages.
Subscribe button will be showed in profile pages (except users own profile 
page). This will not function at this point.
(Edit profile button will be showed for users own profile.)
Fix birthdate.
(Research parameter passing as in PHP.)
Picture.

Original issue reported on code.google.com by [email protected] on 20 Nov 2014 at 11:18

Error in 'multiplication' class

Test Case: multiplicationTest --> Found bugs in multiplication

What is the expected output? What do you see instead?

test
java.lang.AssertionError: 3 * 2 must be equal to 6 expected:<6> but was:<5>

test2
java.lang.AssertionError: 3 * -4 must be equal to -12 expected:<-12> but 
was:<-13>

test3 
java.lang.AssertionError: 0 * 5 must be equal to 0 expected:<0> but was:<-1>


Original issue reported on code.google.com by [email protected] on 5 May 2014 at 2:03

Add picture

To implement add picture for profile edit and add story.

Original issue reported on code.google.com by [email protected] on 20 Nov 2014 at 9:11

map

Functionality and design

Original issue reported on code.google.com by [email protected] on 18 Nov 2014 at 6:08

Edit Profile

A registered user shall edit his/her profile informations by using the Android 
application. 

Original issue reported on code.google.com by [email protected] on 10 Nov 2014 at 5:21

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.