Skip to content
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

Improve basics aa3 to implement 1 #74

Merged
merged 97 commits into from
Jul 9, 2020
Merged

Conversation

pinterid
Copy link
Member

@pinterid pinterid commented Jun 27, 2020

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change?
  • Have you tested your changes with successful results?

Type of Changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation (non-breaking change which adds documentation)
  • Breaking change (fix or feature that would cause existing functionality to change)

What is the current behavior? (link to any open issues here)

What is the new behavior (if this is a feature change)?

Other information:

  • Ref: 🐍

pinterid added 4 commits June 27, 2020 22:00
The active object was added to globalState.
The active software tab is now stored in the new globalState.
The active actionCard is now stored in the new globalState.
The navbar login button now sets the active actionCard.
@pinterid pinterid added the enhancement New feature or request label Jun 27, 2020
@pinterid pinterid added this to the SNEK Version 0.1.0 milestone Jun 27, 2020
@pinterid pinterid self-assigned this Jun 27, 2020
Copy link
Member

@Aichnerc Aichnerc left a comment

Choose a reason for hiding this comment

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

LGTM

schettn and others added 16 commits June 30, 2020 22:10
With the introduced implementation it is possible to use the "Sign In"
button to redirect to the correct login action card. The workaround which allows reloading the last tab before
caching remounts every component is removed now.
The functionality which is missing now will be added soon.
New redux structure was roughly implemented. Refinements take place in the following commits. But .. redux is fun :)
Some bugs are fixed and the actions were adjusted.
Incorrect user fetching has been fixed.
The registration works now with the new structure.
A context error where the login function was not defined due to asynchronously
is fixed now. After registering a user will be logged in.
React-Avatar-Editor was added for editing images on the site.
The modal for editing images was added.
The modal imports and exports were updated.
A page for editing user settings was added.
The path for the settings page was set.
The navbar settings now work with the settings page.
The settings action is now capable of updating profile pictures.
Now it is possible to access the settings page directly by entering the url. Access is only granted to the own settings page.
Now when clicking on `My Profile` only the corresponding components are rendered and not longer everyone like before.
Due to the switch to Redux, a lot of code is obsolete and is now being removed.
Aichnerc and others added 10 commits July 8, 2020 18:48
None has been replaced with Unknown in the project item.
If there is no owner for a project, the new owner is unknown.
The loading bar styling, which was previously accidentally removed, is now available
again. This will show the loading bar again.
Add movable aa1 to improve basics aa3
Some scss stuff has been fixed due to a codacy request.
Co-authored-by: Aichner Christian <contact@aichner-christian.com>
Improve design ca1 to improve basics aa3
The code quality has been improved due to request of @Aichnerc @pinterid @kleberbaum.
Due to a merging problem the talk upload modal did not use redux and therefore
did not work anymore.  Redux was added in order to get it back working.
Copy link
Member

@Aichnerc Aichnerc left a comment

Choose a reason for hiding this comment

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

Found a few things.

src/App.js Outdated Show resolved Hide resolved
src/components/molecules/Footer/index.jsx Outdated Show resolved Hide resolved
src/components/molecules/Navbar/index.jsx Outdated Show resolved Hide resolved
src/store/actions/generalActions.js Show resolved Hide resolved
The code quality has been improved due to a reuqest of @Aichnerc.
@schettn schettn requested a review from Aichnerc July 8, 2020 19:58
Copy link
Member

@Aichnerc Aichnerc left a comment

Choose a reason for hiding this comment

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

LGTM 🍕

Now when reading the cache the loggedUser is set with fetchUser data if 
the read user is the same as the loggedUser.
Copy link
Member

@kleberbaum kleberbaum left a comment

Choose a reason for hiding this comment

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

Should be ok to merge after a few changes.

src/components/organisms/tabs/TalksTab/index.jsx Outdated Show resolved Hide resolved
src/components/pages/ProfilePage/index.jsx Outdated Show resolved Hide resolved
src/components/pages/ProfilePage/profile.scss Outdated Show resolved Hide resolved
const INTEL = new Intel();

//#TODO
// Must be moved to INTEL in future?
Copy link
Member

Choose a reason for hiding this comment

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

Mhh, good question should be part of a meeting.

src/index.js Outdated Show resolved Hide resolved
src/store/reducers/index.js Outdated Show resolved Hide resolved
src/store/reducers/index.js Outdated Show resolved Hide resolved
src/store/reducers/index.js Outdated Show resolved Hide resolved
src/components/atoms/SearchBar/index.jsx Outdated Show resolved Hide resolved
src/components/molecules/Navbar/index.jsx Outdated Show resolved Hide resolved
The code quality has been improved due to a request of @kleberbaum.
@schettn schettn requested a review from kleberbaum July 9, 2020 08:39
Copy link
Member

@schettn schettn left a comment

Choose a reason for hiding this comment

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

Yep

Copy link
Member

@kleberbaum kleberbaum left a comment

Choose a reason for hiding this comment

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

Should be ok to merge.

@Aichnerc Aichnerc removed the request for review from simonprast July 9, 2020 09:13
@Aichnerc Aichnerc merged commit 867d119 into implement-1 Jul 9, 2020
@pinterid pinterid mentioned this pull request Jul 13, 2020
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants