Commit 8d152a7
authored
Change address id from members table to users table and update profile edit and update logic (#130)
* more admin nation todo items to stage 2
* downgrade sass to fix bootstrap warning
* update compoer
* remove unused parameter from inertia middleware
* remove unused library tailwind
* remove unused code and add dark mode
* fix responsive size
* change address_id column from members table to users table
* update user register found end page for add address field
* update user register back en form validation and store logic
* update user register tests
* fix "update user register found end page for add address field" missing save found end page
* update phpunit test memory limit
* add more todo item
* fix nav Collapse responsive
* fix missing super administrator role
* move updateAddress function from AdmissionTest Controller to Address model for share to user and admin user controller
* update user profile for add address
* update user update profile back end form validation and update logic for add address
* update user update profile tests for add address
* fix register tests missing add address too long test care
* add auto add required mark css and fix some labels missing "for" attribute
* fix some table missing unique attribute
* fix user tests same function name wrong
* fix user profile when district_is null districtValue is not ''
* update admin user show for add address
* update admin user update back end form validation and update logic for add address
* update admin update user update tests for add address
* add active member and has in progress membership order must type address rule for user update and update tests
* move the validation logic form user controller login and update method to form validation class and fix missing incorrect password test
* fix removed field "login_ip" missing update UserLoginLog model
* fix missing update usar admin index label missing "for"
* add member data edit and update function to inside user edit and update, update tests
* fix missing hidden show member data div when editing
* fix passport format fail message missing format info
* rename prior_evidence_resulis table is_pass column name to is_accepted
* change qualifying_test_details.score to nullable
* add is_refunded column to prior_evidence_orders table and update model
* add refunded_quota column to admission_test_orders table, update model and update user model hasUnusedQuotaAdmissionTestOrder relatiom method logic
* fix prior_evidence_orders.is_returned wrony type to is_refunded
* add canEditPassportInformation method to user model and add tests
* change user can update passport information on profile if user match requestment
* update todo lists
* fix coding style
* fix insert prior_evidence_orders.status wrong type full refunded to full_refunded
* fix CanEditPassportInformationTest create prior_evidence_orders record missing set price value
* fix relationship create missing type_id data change to user factory create than attach the relationship
* fix copy test cases misssing update roure data
* add membershipOrder relationship method to user model
* fix membership order in progress, user address should be required but missing and update tests
* add more todo items
* fix missing gateway_type and gateway_id
* fix coding style
* fix wrong type "taken_on" to "test_on"1 parent aaba8ba commit 8d152a7
File tree
55 files changed
+3016
-1445
lines changed- app
- Http
- Controllers
- Admin
- AdmissionTest
- Middleware
- Requests
- Admin/User
- User
- Models
- database
- migrations
- seeders
- documents
- resources
- css
- js
- Pages
- Admin
- AdmissionTest/Orders
- CustomWebPages
- Users
- Layouts
- User
- views
- tests/Feature
- Admin/Users
- Models/User
- User
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
55 files changed
+3016
-1445
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
| |||
93 | 89 | | |
94 | 90 | | |
95 | 91 | | |
96 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
100 | 103 | | |
101 | 104 | | |
102 | 105 | | |
| |||
123 | 126 | | |
124 | 127 | | |
125 | 128 | | |
126 | | - | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
135 | 138 | | |
136 | 139 | | |
137 | 140 | | |
| 141 | + | |
| 142 | + | |
138 | 143 | | |
139 | 144 | | |
140 | 145 | | |
| |||
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
203 | 212 | | |
204 | 213 | | |
205 | 214 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | 228 | | |
262 | 229 | | |
263 | 230 | | |
| |||
295 | 262 | | |
296 | 263 | | |
297 | 264 | | |
298 | | - | |
| 265 | + | |
299 | 266 | | |
300 | 267 | | |
301 | 268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
124 | 126 | | |
125 | 127 | | |
126 | 128 | | |
127 | | - | |
| 129 | + | |
128 | 130 | | |
129 | 131 | | |
130 | 132 | | |
131 | | - | |
| 133 | + | |
132 | 134 | | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
136 | 140 | | |
| 141 | + | |
137 | 142 | | |
138 | 143 | | |
139 | 144 | | |
| |||
149 | 154 | | |
150 | 155 | | |
151 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
152 | 175 | | |
153 | 176 | | |
154 | 177 | | |
| |||
166 | 189 | | |
167 | 190 | | |
168 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
169 | 208 | | |
170 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
171 | 212 | | |
172 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
173 | 224 | | |
174 | 225 | | |
175 | 226 | | |
| |||
0 commit comments