Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.96 KB | None | 0 0
  1. ------------------------------------------------------------
  2. X General Fixes Round
  3.     X BUG: Updating store discount not working
  4.     X CSS error on the market pages
  5.     X Required/Blacklisted upgrades in the content menu can only go as high as their limit
  6.     X Change "Location" to "Region" drop-down
  7.         X Editing
  8.             X Operator
  9.             X Outfit
  10.         X Display
  11.             X Operator
  12.             X Outfit
  13.         X Querying
  14.             X Operator
  15.             X Outfit
  16.     X Upgrades are broken as <Outfit>
  17.     X Stores broken for <Outfits>
  18.     X Wrong <Upgrade> validation
  19.     X Funds update animation need to have a constant time duration
  20.     X Upgrades go back to old one after purchasing
  21.     X Do a re-testing run to find new bugs, cause a bunch of shit is fucked
  22.         = As Outfit and Freelancer
  23.         X Can't send messages to each other
  24.     X "Global" field for <Advisories>
  25.     X Net worth field for <Players>
  26.         X Can be cashed in as Freelancer
  27.     X Some Generic Routes are POST when they should be GET
  28.         = Investigate their params usage, change accordingly
  29. ------------------------------------------------------------
  30.  
  31. > THE FINAL STRETCH
  32.  
  33.     > Create a UI for:
  34.  
  35.         = All pages: (use Items as reference)
  36.             = Queryable index, paginated
  37.             = Single page
  38.  
  39.         = General template tasks:
  40.             X Create Template for:
  41.                 X Individual Controller
  42.                     X Front-end
  43.                 X Query Controller 
  44.                     X Front-end
  45.                 X Directive
  46.                 X Style sheets
  47.             X Update query without refreshing page
  48.             X Make update animations work
  49.             X numbered page update
  50.             X Convert render object list to Directive
  51.             X fix on FF/mobile
  52.            
  53.             > Report
  54.         ------------------------------------------
  55.         X Maps, very basic with maybe some stats in the future
  56.             X Fix querying
  57.             X Render individual items
  58.             X Individual page
  59.                 X Properties
  60.                     X ng-repeat with basic properties + tooltip
  61.                         X Tooltips
  62.                             X Latitude
  63.                             X Longitude
  64.                             X Size
  65.                             X Climate
  66.                 X Show list of all <Locations> with over 5 importance
  67.         ------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement