Skip to content

Development#3

Open
MagicalMS wants to merge 121 commits intomainfrom
development
Open

Development#3
MagicalMS wants to merge 121 commits intomainfrom
development

Conversation

@MagicalMS
Copy link
Copy Markdown
Collaborator

First pull to the main branch from development for review.

@MagicalMS MagicalMS requested a review from dustin-s May 5, 2022 02:33
Chip-L and others added 22 commits August 31, 2022 22:04
* I added the banana and then reworded.

* Adding Initial Structure

* Add long form description example

* Add function description

* Update example function description

* Adding POI description

* Adding POI description

* Add server structure

* Update Server description example

* A start

* made index.tsx a long form documentaion + more

* I think I have all of the Client side.

* Added API end points for Server

Co-authored-by: Dustin Scherer <dustinscherer@dustins-mbp.lan>
Co-authored-by: Dustin Scherer <dustin.scherer@cpanel.net>
Co-authored-by: Dustin Scherer <dustin@angrylaser.com>
Everything is aligned and centered now.
Copy link
Copy Markdown
Owner

@dustin-s dustin-s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have a look at my comments. There was one instance where we the auth verification looked like it would allow threw more than it should.

banan.txt Outdated
@@ -0,0 +1 @@
blarg
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty sure this file isn't necessary.

}

export default function AdminButtons({
setModalVisible, // <-- Can we pull the modal in to this screen?
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comments like this likely are served better as project tasks to be done. "TODO"s in comment often get forgotten.

trailDispatch({ type: TrailActions.AddLocation, payload: curLoc.coords });
}

console.log("TaskManager.defineTask:");
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the console logs are necessary to keep running in production, these are fine, but I imagine they could be taken out for non developmental running.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I won't tag the other instances of console.logs, but the same thought applies.

if (data) {
let fgStatus = await checkFGStatus(); // use as model for bgStatus

setAuth({
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to set authenticated to true regardless of whether or not data. So if data returned 1, or "error" it would still.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is potentially a merge blocker.

@Chip-L
Copy link
Copy Markdown
Collaborator

Chip-L commented Oct 9, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants