Coder Social home page Coder Social logo

website's People

Contributors

0xflotus avatar ariaieboy avatar arnaudjnn avatar ayewo avatar boly38 avatar briancao avatar christopherpickering avatar danaugrs avatar farrej10 avatar franciscao633 avatar ijkml avatar jdtzmn avatar jpvalery avatar kelvinwelter avatar louisguitton avatar mark-pitblado avatar maxime-j avatar maximfedarau avatar mikecao avatar mohamed-bahaa21 avatar navjotjsingh avatar ni554n avatar nickspaargaren avatar oneminch avatar paulrudy avatar phiilu avatar saharshxyz avatar skyzh avatar tairosonloa avatar uncenter 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

website's Issues

TypeScript support.

I think, that we should add TypeScript, because project is already big enough.

Update the Quotes section

Reviewing the Quotes section I see that it is not updated, I think it would be good to update it with the latest relevant tweets and a good improvement would be to add a link to the original tweet linked in each logo (X) of each Quote.

On some other websites it is done to give truth to the quote, How do you see it @mikecao? If it seems like a good improvement to you, assign it to me and I'll do it without problems.

Since it is a somewhat subjective change, I prefer to open an issue to validate it before making the PR.

[ Suggestion] add /simple, /fast, /beautiful, etc.

The nature of the domain name umami.is makes it easy to add pages that describe its selling points. The front page, for example lists "umami is beautiful, fast, etc." that you can add to an endpoint. Forgive me if I'm not explaining it right. Think of it like pronoun.is, where you can type pronoun dot is slash he, in this case it could be umami dot is slash fast

UI : Add support for showing active link on sidebar.

Currently, if the user clicks on the sidebar link we do not show the active state for the link. it is hard for the user to identify on which page they are.
image

I would propose a solution like this showing the active state for the current page in the sidebar.
image

Custom Cursor

I can make a custom cursor which will change the user experience to so good because Umami should be totally different and unique then Google Analytics. You can see one of the custom cursor example at my personal website , We can more smooth cursor according to it's UI.

add doc section : running with docker-compose

As suggested in umami-software/umami#960 it would be great that official doc includes docker-compose related section

That section could include:

  • full umami+nginx+postgresql standalone docker-compose example
  • partial umami+nginx+(render postgresql free db) docker-compose example
  • the way to execute postgresl/mysql schema initialisation

Can't view stats of my website

Hello,

Probably since last recent update, I can't view statistics of my websites.

When I login, I see the list of my own websites, but when I click in the "view" button, it redirect me to blank page, with 401 error, and url is : https://analytics.umami.is/login

How I reproduce the problem :

First, login :
image

Now, I can see my website :
image

When I click in "view" button :
Totally blank page, 401 error in my browser console, and I am redirected to https://analytics.umami.is/login
If I try to log in again, it doesn't work, it's a loop.

Cleared cache and cookies doesn't change anything.
Tried with firefox and Edge, doesn't change anything.

I always have access to change settings of the website and it seems to work correctly.

Thanks,

Uninformative page titles

It's pretty difficult to keep track of multiple tabs of Umami when every page has the same title, just "umami". Something like "Terms of Service | umami" or "Terms of Service - umami" would be nice!

Screenshot 2023-11-03 at 16 14 09 (Arc)

Confusing "Last..." naming

I was getting confused about why I don't see any data when I select "Last 6 months" or "Last 24 hours." I just realized that this means the previous 6 months.

In many tools, "Last 6 months" typically includes the current month as well as the five preceding months.

Perhaps a better wording would be "Past 6 months" or "Previous 6 months" for example?

image

License?

Hi, there is no license mentioned in the project. The website mentions it is under MIT license. Could you please add the license?

Feature: Publish client library as NPM package

It would be great to have the client library as a module so that it can be easily integrated in applications like React and React Native instead of accessing the global version.

We could do like

import Umami from 'umami-client'

const tracker = new Umami({config params...})

I am not able to locate the library in the src code as well.

umami api - get stats - improve documentation

as said in umami-software/umami#1241 and umami-software/umami#1252

we may need to have more details to make success query

  • provide an example
  • precise parameter units (ex ms for timestamp)

Little sample

Exampe:

GET https://umami.mydomain.com/api/website/2/stats?start_at=1656679719687&end_at=1656766119687

{
  pageviews: { value: 3, change: 3 },
  uniques: { value: 1, change: 1 },
  bounces: { value: 0, change: 0 },
  totaltime: { value: 2, change: 2 }
}

we could also describe result attributes meaning: please correct my PR missing description for totaltime

Some API doc/sample seems not up-to-date

Hi,
following umami 2.9.0 study, I encounter some diff between doc and real endpoints.
Maybe some update of the doc are needed.

(source: boly38/umami-api-client#17)

doc: https://umami.is/docs/api

  • auth - ok
  • users - GET : 405 (that's maybe because I didnt use this feature)
  • teams or websites - GET response structure
{
  "data": [],
  "count": 0,
  "page": 1,
  "pageSize": 10,
  "orderBy": "name"
}

=> โš ๏ธ data level is not reported in umami doc ?

in https://umami.is/docs/website-stats

  • error in first : /active uses /stats as example (we expect a /active as example)
  • and there is no details on /stats

Bonus: in order to retrieve this website repository, it could be great to add in the footer a link to the website repository in addition to the "umami" core one (out of mistake from me, I didn't find it quickly) - or that could be inline link "improve me..." button for example.

API?

Does this have API to create analytics?

Github pages support

I have a static site built in hugo and would like to use Umami, can someone guide me through?

Internationalization

Is there any estimate to include internationalization on the website? It would be a good option to be able to have the website in different languages, it takes work to do the translations but since this is an international project, in my opinion it would be a good improvement.

Dark Mode

What do you think to add a dark mode to the documentation website?

Integrations?

Hello @mikecao

I was wondering if you are interested in a list of community-built integrations on the site.

I've built one and I guess others will build more over time.

Keen to hear what you think.

Cheers,
Peter

Railway docs deploy button links to deprecated repo

Hello!

Yesterday, I used the deployment button on the running-on-railway docs page, and at the top of my umami repo was this:

This example is now deprecated. Please use the one maintained in the starters repository instead.

I found this PR in railwayapp/starters that updated to the new link, but it looks like the Railway docs havent been updated since 11 months ago.

This would have been a PR but it seems like the links are nearly identical, save for the params. Figured I'd hand it over to y'all! (To either fix, or point out that I did in fact use a wrong link somehow ๐Ÿ˜…)

MDX Support.

I think, that we should replace .md with .mdx. There are reasons:

  • Next.js supports it.
  • We can still continue to create new pages, using Markdown format.
  • The main benefit: we can use custom React components.

Doc clarification - Running on Heroku

Hi! Just managed to install the tasty umami on heroku thanks to the instructions on this page: https://umami.is/docs/running-on-heroku

I only struggled with creating the database tables because the script could not be found... because I had not deployed the app...

I think it wouldn't hurt to add a 7th step in the Website section of this guide (maybe "Click the Deploy > Manual Deploy > Deploy Branch button.") as currently it seems like you're done once you have connected to your github repo.

Thanks for this beautiful tool and keep up the good work!

v1 docs availability

First of all thanks for umami, I love it a lot!

I have been using v1 for a while now and I don't want to upgrade to v2 for some time.

Are the v1 docs easily accessible on a subdomain or a path?

Docs navigation issues

In the process of editing and reviewing the documentation I realized a few issues that were negatively impacting my experience enough to make an issue about.

Scrolling issues

When scrolling down a long page, the side menu doesn't begin to scroll until near the bottom because it doesn't have it's own independent scrolling. If I click on an item in the side menu towards the bottom and the new section loads, the scroll position resets - meaning you can't easily switch between sections and keep track of your place. A good example that we should try to emulate is https://nextjs.org/docs.

Image quality

It seems like the images are super blurry to me! Not super important but just a small QOL thing. It would be nice to retake them and make them appear more consistent as well, and we could add some sort of optimization/processing during build if necessary.

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.