-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreens.txt
73 lines (62 loc) · 1.48 KB
/
screens.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
GET parameters:
- main page: index.html
- all pokemon view: pokemon_all.jsp
- single pokemon view: pokemon.jsp?id=<value>
- all moves view: move_all.jsp
- single move view: move.jsp?id=<value>
- all location view: location_all.jsp
- single location view: location.jsp?id=<value>
- single type view: type.jsp?id=<value>
- user account view: account.jsp?id=<value>
- single badge view: badge.jsp?id=<value>
- account creation page: account_create.jsp
homepage:
- links to view all pokemon, all moves, all locations, etc.
- login/register
all pokemon list
- list each pokemon with dex #, name, sprite, type, height, weight
single pokemon view
- dex #
- sprite
- name
- type
- height
- weight
- learnset
- locations
- evolutions
all move list
- move type
- move name
- category
- power
- accuracy
single move view
- move type
- move name
- category
- power
- accuracy
- pokemon who can learn that move
all location list
- location name
single location view
- pokemon found in location
- adjacent locations
- pokemon found in adjacent locations
single type view
- list of pokemon of that type
- list of moves of that type
- type effectiveness
user account view
- add pokemon/add badge interface
- list pokemon
- list badges
single badge view
- badge name
- location
- gym leader
- # of people who have earned that badge
account creation page
- create account with empty display name
- "you account is: <number>"