Advertisement
Venciity

Web App like Foursqure DB

May 15th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. -----------------------------------
  2. USER
  3. -----------------------------------
  4. Id
  5. Username
  6. ImageDataUrl
  7. PhoneNumber (optional)
  8. Email
  9. Biography (optional)
  10. Location
  11. Gender (Female, Male, Rather not say)
  12. TASTES
  13. TIPS
  14. PLACES
  15. SavedPlaces(Todo list for places)
  16. LikedPlaces
  17. DislikdePlaces
  18. Followers
  19. Following
  20.  
  21. -----------------------------------
  22. PLACE
  23. -----------------------------------
  24. Id
  25. Name
  26. ICollection<Image> (да има нещо като аватар който да е то тази колекция)
  27. Address
  28. Type(enum - nightclub, dinner, movies theathers, park ...)
  29. CreditCardsSupport(Yes/No)
  30. AdditionalInfo
  31. VISITORS
  32. TASTES
  33. TotalVisitorsCount
  34. TotalVisitsCount
  35. Likes
  36. Dislikes
  37. Rating
  38. TIPS
  39.  
  40. -----------------------------------
  41. TASTE
  42. -----------------------------------
  43. Id
  44. Name
  45. PLACES
  46. USERS
  47. PLACES
  48.  
  49. -----------------------------------
  50. Tip
  51. -----------------------------------
  52. Id
  53. Content
  54. ImageDataUrl(optional)
  55. USERS
  56. PLACES
  57.  
  58. -----------------------------------
  59. Notification
  60. -----------------------------------
  61. Id
  62. Content
  63. ReceiverUser
  64. SenderUser
  65.  
  66. -----------------------------------
  67. Основни Фунцкионалности
  68. -----------------------------------
  69. Register, Login, Logout
  70. Add new taste
  71. Add new tip
  72. Like tip
  73. Add new Place
  74. Like Place
  75. Dislike Place
  76. Direction to Place using google maps
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement