• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Peter Rooke
Bartenders:

Paniting bricks,test case

 
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This is the following details i have got regarding a project to develop ,can someone help me to understand it what to do ...

Intent: User can paint brick in his/her city wall with caption, message and dedicate to someone.
User can only edit his/her brick.

Anyone can read content of brick.
Anyone can comment on it.

Use cases:

Brick: Every country has n number of cities and every city can have 1 to n number of walls.
1 wall can have max of 90 bricks. 2nd wall would be only initiated once all bricks of 1st wall will be occupied.

A brick can be only owned by a single guy..

When owner visits on his/her city wall then his brick should animate.

Need to find out total number of walls initiated, total number of bricks initiated in specific wall.

Admin can edit any brick whereas user can edit only his/her brick.

If more than 10 bricks would be flagged then brick would be in invisible mode.


Thanks in advance .........
 
Sheriff
Posts: 6307
507
IntelliJ IDE Python TypeScript Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This smells like homework. Please understand that we are NotACodeMill (<-- click) and we expect people to DoYourOwnHomework (<-- click). We are happy to help your learn and complete your own homework assignment, but we will not do it for you.

So, show us what you have done so far, tell us what specific thing you are stuck on, and we'll see if we can get you going again.
 
mandeepsangwan kumar
Ranch Hand
Posts: 36
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
well thanks for your concern i have solved it but i'm stuck how to find a string that is occurring most in an ArrayList of strings
 
Tim Cooke
Sheriff
Posts: 6307
507
IntelliJ IDE Python TypeScript Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's a new question, so you're going to want to create a new thread for that one.
 
reply
    Bookmark Topic Watch Topic
  • New Topic