Giter Site home page Giter Site logo

wagmi-minimal-test's People

Contributors

fstrauf avatar

Watchers

 avatar

wagmi-minimal-test's Issues

Password manager

Password manager:
Issue: For some reason the password manager appears in the field to add points to, not sure if this is anything on our end or the password managers, i.e input box is identified as password and password manager picks up on this. (second screenshot)

page freeze

Page freeze:
Issue: page freezes after setting new usersname
Process:

  1. Authenticated with MM
  2. Set username and clicked SAVE
  3. Page reloaded and was stuck, see first screenshot
    Had to disconnect and reconnect MM for it to work

show inactive contributor query results

SELECT COALESCE(u.name,u.email)
, MAX(monthYear) AS last_publication
, CASE
WHEN TIMESTAMPDIFF(MONTH,CONCAT(MAX(monthYear), '-01'), current_date())-1 >= 2 THEN 'Inactive publisher'
WHEN TIMESTAMPDIFF(MONTH,CONCAT(MAX(monthYear), '-01'), current_date())-1 < 2 THEN 'Active'
ELSE 'Never published'
END AS months_since_last_publication
from Content as c
join RewardRound as r
on c.rewardRoundId = r.id
join ContentAuthor as ca
on ca.contentId = c.id
right join User as u
on ca.user_id = u.id

WHERE COALESCE(u.name,u.email) IS NOT NULL
GROUP BY 1
HAVING months_since_last_publication = 'Inactive publisher' OR months_since_last_publication = 'Never published'

Points count over max

Points count over max:
Issue: able to assign more than 50 votes

  1. go to VOTE
  2. assign more than 50 points
  3. click SUBMIT

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.