Giter Site home page Giter Site logo

01-edu / public Goto Github PK

View Code? Open in Web Editor NEW
202.0 202.0 429.0 256.12 MB

📚 @01-edu's Public Repository

Home Page: http://public.01-edu.org/

Shell 16.45% Dockerfile 0.31% JavaScript 56.76% HTML 12.72% Go 5.37% CSS 1.82% Makefile 0.07% Python 0.62% Rust 2.58% Java 3.31%

public's People

Contributors

akhossanx avatar alseiitov avatar anr-m avatar atlekbai avatar augusto-mantilla avatar bde-maze avatar davhojt avatar davidrobert99 avatar eslopfer avatar frenchris avatar hamzaelkhatri avatar harryvasanth avatar jotapero avatar kigiri avatar leedasilva avatar lfoussat avatar mariemalarme avatar mikysett avatar msilva95 avatar nik-don avatar nprimo avatar ogordoo avatar pav01founders avatar tiagocollot avatar xpetit avatar zainabdnaya avatar zamazzal avatar zanninso avatar zoevig avatar zulbukharov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

public's Issues

[PAGE_LOADING] - loading page shows 'campus not found'

Describe the bug
When the page is loading, the title 'campus not found' shows for 1-2 seconds

To Reproduce

  1. Refresh page, for example 'alem.01-edu.org/intra'
  2. See the title 'campus not found'

Expected behavior
Expected just normal page loading without title 'campus not found' :)

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Chrome :)
  • Firefox

Smartphone (please complete the following information):

  • Safari

Type
minor

Priority
normal

Subject
unnamed

Intra

[AUTHENTICATION] - login to wrong account because of old token

Describe the bug
The candidate is logged in with a wrong account according to an old token (related to his account in old version of db).

Expected behavior
always login according to your github account

Screenshot
with my github account lfoussat, I had this authentication:
error-token

Localization

Is your feature request related to a problem? Please describe.
Not everyone is able to speak in English.

Describe the solution you'd like
Localization features should be added. For example, a button to change the language.
Admin should be able to add languages and text.

Priority
high

Subject
onboarding, admin

[REQUIRED STEPS] - add possibility to update content

Is your feature request related to a problem? Please describe.
the content of use of conditions and the inputs of the inscription form sould be updatable. School could even want to add some steps when sign up, or delete one of these

Describe the solution you'd like
Add a new type of object (signup). Create objects for each required step. Import and show it dynamically in the app.

[LANDING PAGE] Add a contact link

On the actual version the 'Contact us' link is a placeholder and doesn't lead anywhere.
We have to put a redirection (maybe Ana's address ?)

Screenshot 2019-04-22 at 18 39 11

[ADMIN OBJECT FORM] - App crashes when selecting Function type in update

The app crashes if we switch from 'Null' to 'Function' type in the Select component to define the type of the attribute.

  1. Create an attribute with the 'Null' type if it doesn't exist yet and add it to the attributes list
  2. Then go on this new added attribute and select the 'Function' type
  3. See error

It should be displaying the 'Function' input.

Screenshot 2019-04-15 at 18 51 15

and the result is :

Screenshot 2019-04-15 at 18 51 23

[TOAD CANDIDATE DASHBOARD] - last activity mention isn't always correct

Describe the bug
The mention of last activity of a candidate is not always correct in the candidate dashboard of toad

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'toad > campaigns > campaign candidates'
  2. Analyse the 'last activity' mention :
  • if the candidate do this:
    --> start zzle, and then start memory before finishing zzle => last activity is not "memory started" as it should be
    --> start memory, finish memory, then start zzle => last activity is not "zzle started" as it should be
    --> start zzle, finish zzle, then start memory => last activity is not "memory started" as it should be

Expected behavior
always the last element started or finished should appear.

[ADMIN OBJECT FORM] Delete the whole object

Added a UI button to delete the whole object directly inside the form ; needs to receive a function on click to actually delete it (with a confirmation modal also).

Code location: branch 'design_admin-enhanced', file 'AdminObjectsEdit.js', line 430

[TOAD] - Not displayed through the Mozilla Firefox browser

Toad page doesn`t appear from Mozilla Firefox browser.

Steps to reproduce the behavior:

  1. Install Mozilla Firefox browser
  2. Login to Intra
  3. Open
  4. See nothing

Expected behavior
Game page

Screenshots
=(

Desktop (please complete the following information):

  • OS: MacOS Mojave
  • Browser: mozilla firefox
  • Version: 10.14.4

Type
blocking

Priority
normal

Subject
toad

Unconsistent date format

The date format is not the same between the two games and 'mn' should get changed to 'mins' (avoid any confusion with months)

Screenshot 2019-04-12 at 11 06 17

  • Laptop
  • OSX
  • Chrome

[GAMES ZZLE] - last level passed not loading correctly when candidate reload page

Describe the bug
Playing zzle, if the candidate reload his page, the level loaded is not the current level of the player.

To Reproduce
Steps to reproduce the behavior:

  1. Go to a candidate session => start zzle
  2. play a few levels
  3. reload page
  4. See bug : level displayed is the correct level, but the map is map of level 1

Expected behavior
Charge the correct map according to the current level. candidates can pass difficult levels with this behaviour

Screenshot
error-loading-level-1

[ADMIN OBJECTS FORM] - HandleKeyDown on ChildHeader not working

When renaming the child name in the input and hitting 'Enter" to save the changes, the handleKeyDown function is not working (logged error: 'save is not a function').

  1. Go to the Children section of an object
  2. Click on a child name to rename it
  3. Try to save the changes by hitting 'Enter'
  4. See the logged error

It is supposed to save the new name (it is working if we click the Save icon button).

Screenshot 2019-04-15 at 18 36 37

Code location : branch 'design_admin-enhanced', file 'AdminObjectsEdit.js' line 67

[ADMIN OBJECT FORM] - New entry is appearing at the end of the list

When adding a new attribute in an object, it appears at the very end of the list, which is neither practical nor visible.

  1. Add an attribute to the object or to a child
  2. Click on Add
  3. See the new line appeared last of the list

It should better appear at the top of the list.

Screenshot 2019-04-15 at 18 58 11

Screenshot 2019-04-15 at 18 58 23

[ADMIN OBJECT FORM] - New attribute input doesn't reset

When adding a new attribute to an object or a child, the input doesn't clear itself and keeps the last added key.

  1. Type in a new key in the input
  2. Add it
  3. See the input didn't reset

It should clear and be ready to receive a new key.

Screenshot 2019-04-15 at 18 58 11

Screenshot 2019-04-15 at 18 58 23

bidon

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Type
Add the correct label to your bug report : blocking, major, minor

Priority
Add the correct label to your bug report : high, normal, low

Subject
Add the correct labels to your bug report : onboarding, toad, admin, intra, design

Additional fields

Is your feature request related to a problem? Please describe.
We need to collect information regarding users.

Describe the solution you'd like
Before the game part, there should be fields to gather information about:

  • email and its verification
  • phone and its verification

Also, the ability to add custom fields as:

  • Address (City)
  • Age
  • Field: "where did you find out about our school?"

Additional context
Screen from submit.alem.ai
image

Priority
high

Subject
onboarding

[ADMIN OBJECT FORM] - Mapped element have same key

Some objects which have the same name / key return an error in the console.

  1. Go to the object edit form
  2. See in the console this error

Screenshot 2019-04-17 at 12 10 59

We have to add a unique ID when the components are generated in the map function.

[UPDATE ROLE FORM] - Strange permissions behaviour when editing role

When we want to update a role and add new permissions, it doesn't seem to save the changes and keeps the initial permissions.

  1. Go to Roles page
  2. Click on 'Edit' a role
  3. Switch to true some new permission
  4. Click on update
  5. Go to check back if the changes have been saved
  6. See the permissions are not updated

The new added permissions should be switched to true.

Screenshot 2019-04-17 at 12 42 22

Screenshot 2019-04-17 at 12 42 30

Screenshot 2019-04-17 at 12 42 48

[ADMIN OBJECT FORM] - Entry moving in the list when updated

When updating an attribute or a child of an object, its line moves somewhere else in the list (apparently at the end or at the top), which is a non practical a strange behaviour.

  1. Go to update an attribute or a child
  2. Save your changes
  3. See the line moving somewhere else in the list

It should stay at the same place in the list.

Screenshot 2019-04-15 at 19 30 01

Screenshot 2019-04-15 at 19 30 08

Screenshot 2019-04-15 at 19 30 16

[ADMIN ADD OBJECT MODAL] - must click 2 times on "add" to create the object

Describe the bug
When you want to create a new object, there is an error at the first click on "create" that forces you to click a second time to create the object.
NB : there is no error display the first time so you don't know something's wrong

expected

  • resolve the bug - the create should work on the first onClick
  • handle display of error message

Screenshots
Error in console on first click :
Capture d’écran 2019-04-22 à 14 00 44

[ADMIN OBJECT FORM] Add an entry onKeyDown Enter

When we want to add a new entry in an object, it would be better and more practical to be able to hit 'Enter' to save the new entry (for the moment it can only be saved by clicking on the 'Add' button).

Screenshot 2019-04-17 at 12 07 00

[ADMIN OBJECT FORM] Display the inherited attributes of children

In an object, when we add it some children, they appear like they don't have any attribute (but they actually have some, inherited from the original object), so we don't know what we are really modifying / adding as attributes.
We should display the existing attributes (with a visual marker that those are inherited attributes, and they can't be deleted) + adding new ones to surcharge.

Screenshot 2019-04-24 at 11 17 05

[ONBOARDING SELECTION] - add a search bar to find a specific candidate

Is your feature request related to a problem? Please describe.
We need to add a search bar to this page, to help recruiters to find a specific user.

Describe the solution you'd like
The search bar must search in the whole list of candidates to select. We could search a candidate based on his githublogin or his firstname / lastname
When a candidate in selected in the search bar=> update of the dashboard (with this candidate in it) + open the detail of the candidate by default

[ONBOARDING SELECTION] - candidate score in dashboard =/= score in detail

Describe the bug
The score of the candidate displayed in the dashboard is not the same that his score displayed in the detail.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'admin > onboarding selection'
  2. Click on one candidate in the detail
  3. Compare his score in dashboard and in global stats

Expected behavior
Same score at the 2 places.

Screenshots
If applicable, add screenshots to help explain your problem.
Capture d’écran 2019-04-11 à 15 55 07
Capture d’écran 2019-04-11 à 15 55 15

[FORMS] handle input type select of countries as a special input

The select type country must propose all the countries. We need to treat this case in a special way. We propose to create a object with all the countries that would be retrieve and treated but an new input category in the input generator : type "country"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.