-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clean up client source tree #764
Labels
Comments
chrstngyn
pushed a commit
to chrstngyn/port-of-mars
that referenced
this issue
Mar 28, 2022
made breaking renames and refactors to implement better naming conventions for components and types remove duplicate nested events/events dir refactored file structure: events | |-- case (contains specific occurrences of a given event) | |-- type (categorizes events into 2 types: Basic and Interactive) | |-- Card.vue, Container.vue naming convention for case/ components is: verb + noun/thing (e.g. VotePlayer) other refactors: EventClientView -> EventCase currentEventView -> currentEventCase clientViewHandler -> eventCaseClientHandler refs virtualcommons#764
chrstngyn
pushed a commit
to chrstngyn/port-of-mars
that referenced
this issue
Mar 31, 2022
made breaking renames and refactors to implement better naming conventions for components and types remove duplicate nested events/events dir refactored file structure: events | |-- case (contains specific occurrences of a given event) | |-- type (categorizes events into 2 types: Basic and Interactive) | |-- Card.vue, Container.vue naming convention for case/ components is: verb + noun/thing (e.g. VotePlayer) other refactors: EventClientView -> EventCase currentEventView -> currentEventCase clientViewHandler -> eventCaseClientHandler refs virtualcommons#764
chrstngyn
pushed a commit
to chrstngyn/port-of-mars
that referenced
this issue
Apr 18, 2022
made breaking renames and refactors to implement better naming conventions for components and types remove duplicate nested events/events dir refactored file structure: events | |-- case (contains specific occurrences of a given event) | |-- type (categorizes events into 2 types: Basic and Interactive) | |-- Card.vue, Container.vue naming convention for case/ components is: verb + noun/thing (e.g. VotePlayer) other refactors: EventClientView -> EventCase currentEventView -> currentEventCase clientViewHandler -> eventCaseClientHandler refs virtualcommons#764
chrstngyn
pushed a commit
to chrstngyn/port-of-mars
that referenced
this issue
May 4, 2022
made breaking renames and refactors to implement better naming conventions for components and types remove duplicate nested events/events dir refactored file structure: events | |-- case (contains specific occurrences of a given event) | |-- type (categorizes events into 2 types: Basic and Interactive) | |-- Card.vue, Container.vue naming convention for case/ components is: verb + noun/thing (e.g. VotePlayer) other refactors: EventClientView -> EventCase currentEventView -> currentEventCase clientViewHandler -> eventCaseClientHandler refs virtualcommons#764
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
client/src/components/game/phases/events/events
client/src/components/root
andclient/src/components/global
(leaning towards moving contents ofroot
intoglobal
)The text was updated successfully, but these errors were encountered: