Skip to content

Commit

Permalink
[ARP-86023] ARP IPF: Remove superfluous ARP user controller comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nihil2501 committed Sep 7, 2024
1 parent 233b488 commit 09d03d5
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@ module AccreditedRepresentativePortal
module V0
class RepresentativeUsersController < ApplicationController
def show
# TODO: Once we figure out how we're handling serialization and which library we're using,
# moving this serialization logic out to to a serialization layer.
# TODO: Once we figure out how we're handling serialization and which
# library we're using, moving this serialization logic out to to a
# serialization layer.
render json: {
account: {
# NOTE: In regard to the in progress form system, this value is only
# showing up as error log metadata that identifies a user. To note
# is that the VA.gov-wide implementation is exposing the CSP user
# ID, while we are improving upon that by exposing the ARP user ID
# which will make investigating errors easier. However, it might
# confuse someone who is used to debugging the VA.gov-wide scenario.
account_uuid: @current_user.user_account_uuid
},
profile: {
Expand Down

0 comments on commit 09d03d5

Please sign in to comment.